19 package org.turro.financials.stub;
22 import org.turro.financials.entity.Product;
23 import org.turro.reflection.stub.DefaultStub;
24 import org.turro.reflection.stub.StubSet;
33 private String productCode, description, keywords;
34 private double price, tax;
35 private boolean publishable, service, promoted, delivery, concept, attachments;
39 silentlyInitializeValues(product);
55 this.productCode = productCode;
63 this.description = description;
71 this.keywords = keywords;
95 this.publishable = publishable;
103 this.service = service;
111 this.promoted = promoted;
119 this.delivery = delivery;
127 this.concept = concept;
135 this.attachments = attachments;
139 return productByContractors;
143 this.productByContractors = productByContractors;
ProductStub(Product product)
void setPromoted(boolean promoted)
void setService(boolean service)
void setPrice(double price)
void setAttachments(boolean attachments)
void setConcept(boolean concept)
Set< ProductByContractorStub > getProductByContractors()
void setKeywords(String keywords)
void setProductCode(String productCode)
void setDescription(String description)
void setProductByContractors(Set< ProductByContractorStub > productByContractors)
void setDelivery(boolean delivery)
void setPublishable(boolean publishable)