Subversion Repositories SmartDukaan

Rev

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

Rev 23172 Rev 23361
Line 81... Line 81...
81
	}
81
	}
82
	public void setModelNumber(String modelNumber) {
82
	public void setModelNumber(String modelNumber) {
83
		this.modelNumber = modelNumber;
83
		this.modelNumber = modelNumber;
84
	}
84
	}
85
	public String getColor() {
85
	public String getColor() {
-
 
86
		if(color != null && (color.startsWith("f_") || color.startsWith("f_"))){
-
 
87
			return color.substring(2);
-
 
88
		}
86
		return color;
89
		return color;
87
	}
90
	}
88
	public void setColor(String color) {
91
	public void setColor(String color) {
89
		this.color = color;
92
		this.color = color;
90
	}
93
	}