|
@@ -12,6 +12,7 @@ public class ServiceProduct {
|
|
private String productCategoryID;
|
|
private String productCategoryID;
|
|
private Description description;
|
|
private Description description;
|
|
private String baseMeasureUnitCode;
|
|
private String baseMeasureUnitCode;
|
|
|
|
+ private Sales sales;
|
|
|
|
|
|
@XmlElement(name = "ChangeStateID")
|
|
@XmlElement(name = "ChangeStateID")
|
|
public String getChangeStateID() {
|
|
public String getChangeStateID() {
|
|
@@ -37,4 +38,9 @@ public class ServiceProduct {
|
|
public String getBaseMeasureUnitCode() {
|
|
public String getBaseMeasureUnitCode() {
|
|
return baseMeasureUnitCode;
|
|
return baseMeasureUnitCode;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @XmlElement(name = "Sales")
|
|
|
|
+ public Sales getSales() {
|
|
|
|
+ return sales;
|
|
|
|
+ }
|
|
}
|
|
}
|