public class Contract
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Comments |
comments |
protected java.lang.String |
effectiveDate |
protected java.lang.String |
expirationDate |
protected java.util.List<ItemSegment> |
itemSegment |
protected java.util.List<SupplierID> |
supplierID |
| Constructor and Description |
|---|
Contract() |
| Modifier and Type | Method and Description |
|---|---|
Comments |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
java.lang.String |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.util.List<ItemSegment> |
getItemSegment()
Gets the value of the itemSegment property.
|
java.util.List<SupplierID> |
getSupplierID()
Gets the value of the supplierID property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setEffectiveDate(java.lang.String value)
Sets the value of the effectiveDate property.
|
void |
setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.
|
protected java.lang.String effectiveDate
protected java.lang.String expirationDate
protected java.util.List<SupplierID> supplierID
protected Comments comments
protected java.util.List<ItemSegment> itemSegment
public java.lang.String getEffectiveDate()
Stringpublic void setEffectiveDate(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.util.List<SupplierID> getSupplierID()
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 supplierID property.
For example, to add a new item, do as follows:
getSupplierID().add(newItem);
Objects of the following type(s) are allowed in the list
SupplierID
public Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic java.util.List<ItemSegment> getItemSegment()
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 itemSegment property.
For example, to add a new item, do as follows:
getItemSegment().add(newItem);
Objects of the following type(s) are allowed in the list
ItemSegment
Copyright © 2018 SAP SE. All Rights Reserved.