Subversion Repositories SmartDukaan

Rev

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

Rev 22384 Rev 22389
Line 8... Line 8...
8
	private String color;
8
	private String color;
9
	private String displayName;
9
	private String displayName;
10
	private float quantity;
10
	private float quantity;
11
	private float unitPrice;
11
	private float unitPrice;
12
	private String imageUrl;
12
	private String imageUrl;
-
 
13
	private String title;
13
	
14
	
-
 
15
	public String getTitle() {
-
 
16
		return title;
-
 
17
	}
-
 
18
	public void setTitle(String title) {
-
 
19
		this.title = title;
-
 
20
	}
14
	public String getBrand() {
21
	public String getBrand() {
15
		return brand;
22
		return brand;
16
	}
23
	}
17
	public void setBrand(String brand) {
24
	public void setBrand(String brand) {
18
		this.brand = brand;
25
		this.brand = brand;