Subversion Repositories SmartDukaan

Rev

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

Rev 5397 Rev 7129
Line 33... Line 33...
33
	 * @return id Unique identifier
33
	 * @return id Unique identifier
34
	 */
34
	 */
35
	public long getID() {
35
	public long getID() {
36
		return this.id;
36
		return this.id;
37
	}
37
	}
-
 
38
	/**
-
 
39
	 * 
-
 
40
	 * @return id Unique identifier
-
 
41
	 */
-
 
42
	public void setID(long id) {
-
 
43
		this.id = id;
-
 
44
	}
38
 
45
 
39
}
46
}