public class ContractItemStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Comments> |
comments |
protected IdReference |
idReference |
protected ItemStatus |
itemStatus |
| Constructor and Description |
|---|
ContractItemStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comments> |
getComments()
Gets the value of the comments property.
|
IdReference |
getIdReference()
Gets the value of the idReference property.
|
ItemStatus |
getItemStatus()
Gets the value of the itemStatus property.
|
void |
setIdReference(IdReference value)
Sets the value of the idReference property.
|
void |
setItemStatus(ItemStatus value)
Sets the value of the itemStatus property.
|
protected ItemStatus itemStatus
protected IdReference idReference
protected java.util.List<Comments> comments
public ItemStatus getItemStatus()
ItemStatuspublic void setItemStatus(ItemStatus value)
value - allowed object is
ItemStatuspublic IdReference getIdReference()
IdReferencepublic void setIdReference(IdReference value)
value - allowed object is
IdReferencepublic 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.