Subversion Repositories SmartDukaan

Rev

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

Rev 23361 Rev 23362
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_"))){
86
		if(color != null && (color.startsWith("f_") || color.startsWith("F_"))){
87
			return color.substring(2);
87
			return color.substring(2);
88
		}
88
		}
89
		return color;
89
		return color;
90
	}
90
	}
91
	public void setColor(String color) {
91
	public void setColor(String color) {