public class Batch
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
buyerBatchID |
protected java.lang.String |
expirationDate |
protected java.lang.String |
originCountryCode |
protected java.lang.String |
productionDate |
protected java.util.List<PropertyValuation> |
propertyValuation |
protected java.lang.String |
supplierBatchID |
| Constructor and Description |
|---|
Batch() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuyerBatchID()
Gets the value of the buyerBatchID property.
|
java.lang.String |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.lang.String |
getOriginCountryCode()
Gets the value of the originCountryCode property.
|
java.lang.String |
getProductionDate()
Gets the value of the productionDate property.
|
java.util.List<PropertyValuation> |
getPropertyValuation()
Gets the value of the propertyValuation property.
|
java.lang.String |
getSupplierBatchID()
Gets the value of the supplierBatchID property.
|
void |
setBuyerBatchID(java.lang.String value)
Sets the value of the buyerBatchID property.
|
void |
setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.
|
void |
setOriginCountryCode(java.lang.String value)
Sets the value of the originCountryCode property.
|
void |
setProductionDate(java.lang.String value)
Sets the value of the productionDate property.
|
void |
setSupplierBatchID(java.lang.String value)
Sets the value of the supplierBatchID property.
|
protected java.lang.String productionDate
protected java.lang.String expirationDate
protected java.lang.String originCountryCode
protected java.lang.String buyerBatchID
protected java.lang.String supplierBatchID
protected java.util.List<PropertyValuation> propertyValuation
public java.lang.String getProductionDate()
Stringpublic void setProductionDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpirationDate()
Stringpublic void setExpirationDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOriginCountryCode()
Stringpublic void setOriginCountryCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBuyerBatchID()
Stringpublic void setBuyerBatchID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSupplierBatchID()
Stringpublic void setSupplierBatchID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<PropertyValuation> getPropertyValuation()
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 propertyValuation property.
For example, to add a new item, do as follows:
getPropertyValuation().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyValuation
Copyright © 2018 SAP SE. All Rights Reserved.