Subversion Repositories SmartDukaan

Rev

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

Rev 24264 Rev 24414
Line 102... Line 102...
102
		if(color != null && (color.startsWith("f_") || color.startsWith("F_"))){
102
		if(color != null && (color.startsWith("f_") || color.startsWith("F_"))){
103
			return color.substring(2);
103
			return color.substring(2);
104
		}
104
		}
105
		return color;
105
		return color;
106
	}
106
	}
-
 
107
	public String getColorNatural() {
-
 
108
		return this.color;
-
 
109
	}
107
	public void setColor(String color) {
110
	public void setColor(String color) {
108
		this.color = color;
111
		this.color = color;
109
	}
112
	}
110
	
113
	
111
	public ItemType getType() {
114
	public ItemType getType() {