Subversion Repositories SmartDukaan

Rev

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

Rev 1061 Rev 5396
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
	 * 
-
 
41
	 * @return id Unique identifier
-
 
42
	 */
-
 
43
	public void setID(long id) {
-
 
44
		this.id = id;
-
 
45
	}
38
}
46
}