public class Item extends java.lang.Object
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
Agreement |
getAgreement()
|
Delivery |
getDelivery()
|
DocumentLine |
getPosition()
|
Product |
getProduct()
|
Settlement |
getSettlement()
|
Item |
setAgreement(Agreement agreement)
|
Item |
setDelivery(Delivery delivery)
|
Item |
setPosition(DocumentLine position)
|
Item |
setProduct(Product product)
|
Item |
setSettlement(Settlement settlement)
|
public Item()
public Agreement getAgreement()
Gets the specified supply chain trade agreement.
public Delivery getDelivery()
Gets the specified supply chain trade delivery.
public DocumentLine getPosition()
Gets the item position document.
public Product getProduct()
Gets the specified trade product.
public Settlement getSettlement()
Gets the specified supply chain trade settlement.
public Item setAgreement(Agreement agreement)
Sets the specified supply chain trade agreement.
agreement - the new specified supply chain trade agreementpublic Item setDelivery(Delivery delivery)
Sets the specified supply chain trade delivery.
delivery - the new specified supply chain trade deliverypublic Item setPosition(DocumentLine position)
Sets the item position document.
position - the new positionpublic Item setProduct(Product product)
Sets the specified trade product.
product - the productpublic Item setSettlement(Settlement settlement)
Sets the specified supply chain trade settlement.
settlement - the new specified supply chain trade settlementCopyright © 2014 konik.io. All Rights Reserved.