Package org.cxml
Class SalesReport
java.lang.Object
org.cxml.SalesReport
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Periodprotected Stringprotected ReturnQuantityprotected Stringprotected SalesQuantityprotected Total -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the lineNumber property.Gets the value of the period property.Gets the value of the promotionVariantID property.Gets the value of the returnQuantity property.Gets the value of the salesDate property.Gets the value of the salesQuantity property.getTotal()Gets the value of the total property.voidsetLineNumber(String value) Sets the value of the lineNumber property.voidSets the value of the period property.voidsetPromotionVariantID(String value) Sets the value of the promotionVariantID property.voidsetReturnQuantity(ReturnQuantity value) Sets the value of the returnQuantity property.voidsetSalesDate(String value) Sets the value of the salesDate property.voidsetSalesQuantity(SalesQuantity value) Sets the value of the salesQuantity property.voidSets the value of the total property.
-
Field Details
-
salesDate
-
lineNumber
-
period
-
salesQuantity
-
returnQuantity
-
total
-
promotionVariantID
-
comments
-
-
Constructor Details
-
SalesReport
public SalesReport()
-
-
Method Details
-
getSalesDate
Gets the value of the salesDate property.- Returns:
- possible object is
String
-
setSalesDate
Sets the value of the salesDate property.- Parameters:
value- allowed object isString
-
getLineNumber
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getSalesQuantity
Gets the value of the salesQuantity property.- Returns:
- possible object is
SalesQuantity
-
setSalesQuantity
Sets the value of the salesQuantity property.- Parameters:
value- allowed object isSalesQuantity
-
getReturnQuantity
Gets the value of the returnQuantity property.- Returns:
- possible object is
ReturnQuantity
-
setReturnQuantity
Sets the value of the returnQuantity property.- Parameters:
value- allowed object isReturnQuantity
-
getTotal
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
getPromotionVariantID
Gets the value of the promotionVariantID property.- Returns:
- possible object is
String
-
setPromotionVariantID
Sets the value of the promotionVariantID property.- Parameters:
value- allowed object isString
-
getComments
Gets the value of the comments property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the comments property.For example, to add a new item, do as follows:
getComments().add(newItem);Objects of the following type(s) are allowed in the list
Comments
-