public class SalesReport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Comments> |
comments |
protected java.lang.String |
lineNumber |
protected Period |
period |
protected java.lang.String |
promotionVariantID |
protected ReturnQuantity |
returnQuantity |
protected java.lang.String |
salesDate |
protected SalesQuantity |
salesQuantity |
protected Total |
total |
| Constructor and Description |
|---|
SalesReport() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comments> |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getLineNumber()
Gets the value of the lineNumber property.
|
Period |
getPeriod()
Gets the value of the period property.
|
java.lang.String |
getPromotionVariantID()
Gets the value of the promotionVariantID property.
|
ReturnQuantity |
getReturnQuantity()
Gets the value of the returnQuantity property.
|
java.lang.String |
getSalesDate()
Gets the value of the salesDate property.
|
SalesQuantity |
getSalesQuantity()
Gets the value of the salesQuantity property.
|
Total |
getTotal()
Gets the value of the total property.
|
void |
setLineNumber(java.lang.String value)
Sets the value of the lineNumber property.
|
void |
setPeriod(Period value)
Sets the value of the period property.
|
void |
setPromotionVariantID(java.lang.String value)
Sets the value of the promotionVariantID property.
|
void |
setReturnQuantity(ReturnQuantity value)
Sets the value of the returnQuantity property.
|
void |
setSalesDate(java.lang.String value)
Sets the value of the salesDate property.
|
void |
setSalesQuantity(SalesQuantity value)
Sets the value of the salesQuantity property.
|
void |
setTotal(Total value)
Sets the value of the total property.
|
protected java.lang.String salesDate
protected java.lang.String lineNumber
protected Period period
protected SalesQuantity salesQuantity
protected ReturnQuantity returnQuantity
protected Total total
protected java.lang.String promotionVariantID
protected java.util.List<Comments> comments
public java.lang.String getSalesDate()
Stringpublic void setSalesDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLineNumber()
Stringpublic void setLineNumber(java.lang.String value)
value - allowed object is
Stringpublic Period getPeriod()
Periodpublic void setPeriod(Period value)
value - allowed object is
Periodpublic SalesQuantity getSalesQuantity()
SalesQuantitypublic void setSalesQuantity(SalesQuantity value)
value - allowed object is
SalesQuantitypublic ReturnQuantity getReturnQuantity()
ReturnQuantitypublic void setReturnQuantity(ReturnQuantity value)
value - allowed object is
ReturnQuantitypublic Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic java.lang.String getPromotionVariantID()
Stringpublic void setPromotionVariantID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Comments> getComments()
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 set method 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
Copyright © 2018 SAP SE. All Rights Reserved.