public class Item extends java.lang.Object implements java.io.Serializable
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 Line number.
|
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 Line number.
|
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 Line number.
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 Line number.
newPosition
- the new Line number.public 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-2018 Konik.io. All Rights Reserved.