Subversion Repositories SmartDukaan

Rev

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

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