Subversion Repositories SmartDukaan

Rev

Rev 20549 | Rev 20552 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20549 Rev 20550
Line 22... Line 22...
22
	public String getId() {
22
	public String getId() {
23
		return id;
23
		return id;
24
	}
24
	}
25
 
25
 
26
	public void setId(String id) {
26
	public void setId(String id) {
-
 
27
		System.out.println("id "+id);
27
		this.id = id;
28
		this.id = id;
28
	}
29
	}
29
 
30
 
30
	public String getName() {
31
	public String getName() {
31
		return name;
32
		return name;