public class Item extends java.lang.Object
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
SpecifiedAgreement |
getAgreement()
Gets the item level agreement.
|
SpecifiedDelivery |
getDelivery()
Gets item level delivery.
|
PositionDocument |
getPosition()
Gets the item position document.
|
Product |
getProduct()
Gets the trade product.
|
SpecifiedSettlement |
getSettlement()
Gets the item level settlement.
|
Item |
setAgreement(SpecifiedAgreement newItemAgreement)
Sets the item level agreement.
|
Item |
setDelivery(SpecifiedDelivery newItemDelivery)
Sets item level delivery.
|
Item |
setPosition(PositionDocument newPosition)
Sets the new item position document.
|
Item |
setProduct(Product newProduct)
Sets the trade product.
|
Item |
setSettlement(SpecifiedSettlement newItemSettlement)
Sets the item level settlement.
|
public Item()
public SpecifiedAgreement getAgreement()
Gets the item level agreement.
public SpecifiedDelivery getDelivery()
Gets item level delivery.
@Comfort public PositionDocument getPosition()
Gets the item position document.
public Product getProduct()
Gets the trade product.
public SpecifiedSettlement getSettlement()
Gets the item level settlement.
public Item setAgreement(SpecifiedAgreement newItemAgreement)
Sets the item level agreement.
newItemAgreement - the new the item level agreement.public Item setDelivery(SpecifiedDelivery newItemDelivery)
Sets item level delivery.
newItemDelivery - the new item level deliverypublic Item setPosition(PositionDocument newPosition)
Sets the new item position document.
newPosition - the new positionpublic Item setProduct(Product newProduct)
Sets the trade product.
newProduct - the productpublic Item setSettlement(SpecifiedSettlement newItemSettlement)
Sets the item level settlement.
newItemSettlement - the new item level settlementCopyright © 2014-2015 Konik.io. All Rights Reserved.