|
@@ -262,7 +262,7 @@ public class Product implements java.io.Serializable{
|
|
}
|
|
}
|
|
|
|
|
|
public void setProductColorList(List<ProductColor> productColorList) {
|
|
public void setProductColorList(List<ProductColor> productColorList) {
|
|
- productColorList = productColorList;
|
|
|
|
|
|
+ this.productColorList = productColorList;
|
|
}
|
|
}
|
|
|
|
|
|
public Integer getProductChoiceness() {
|
|
public Integer getProductChoiceness() {
|