super();
this.customerName = customerName; this.type = type; variations = new ArrayList();
return customerName;
return id;
return type;
return variations;
this.customerName = customerName;
this.id = id;
this.type = type;
this.variations = variations;