Subversion Repositories SmartDukaan

Rev

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

Rev 23405 Rev 25011
Line 47... Line 47...
47
	}
47
	}
48
 
48
 
49
	public void setLabel(String label) {
49
	public void setLabel(String label) {
50
		this.label = label;
50
		this.label = label;
51
	}
51
	}
-
 
52
 
-
 
53
	public int getId() {
-
 
54
		return id;
-
 
55
	}
-
 
56
 
-
 
57
	public void setId(int id) {
-
 
58
		this.id = id;
-
 
59
	}
-
 
60
	
-
 
61
	
52
}
62
}