Subversion Repositories SmartDukaan

Rev

Rev 16 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16 Rev 19
Line 29... Line 29...
29
	}
29
	}
30
 
30
 
31
	/**
31
	/**
32
	 * @param id the id to set
32
	 * @param id the id to set
33
	 */
33
	 */
34
	public void setId(long id) {
34
	public void setID(long id) {
35
		this.id = id;
35
		this.id = id;
36
	}
36
	}
37
 
37
 
38
	/**
38
	/**
39
	 * @return the id
39
	 * @return the id
40
	 */
40
	 */
41
	public long getId() {
41
	public long getID() {
42
		return id;
42
		return id;
43
	}
43
	}
44
 
44
 
45
	/**
45
	/**
46
	 * @param value the value to set
46
	 * @param value the value to set