public class SpecifiedAgreement extends Object implements CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>
| Constructor and Description |
|---|
SpecifiedAgreement() |
| Modifier and Type | Method and Description |
|---|---|
SpecifiedAgreement |
addAdditional(ReferencedDocumentItemAdditional additionalReference)
Sets the additional referenced document.
|
List<ReferencedDocumentItemAdditional> |
getAdditional()
Gets the additional referenced document
|
ReferencedDocumentItem |
getBuyerOrder()
Gets the buyer order referenced document.
|
ReferencedDocumentItem |
getContract()
Gets the contract referenced document.
|
ReferencedDocumentItem |
getCustomerOrder()
Gets the customer order referenced document.
|
GrossPrice |
getGrossPrice()
Gets details on item based gross price excluding taxes
|
Price |
getNetPrice()
Gets the details on net price without tax
The net prices included all allowances and charges, but no taxes.
|
SpecifiedAgreement |
setBuyerOrder(ReferencedDocumentItem buyerOrder)
Sets the buyer order referenced document.
|
SpecifiedAgreement |
setContract(ReferencedDocumentItem contract)
Sets the contract referenced document.
|
SpecifiedAgreement |
setCustomerOrder(ReferencedDocumentItem customerOrder)
Sets the customer order referenced document.
|
SpecifiedAgreement |
setGrossPrice(GrossPrice grossPrice)
Sets details on item based gross price excluding taxes.
|
SpecifiedAgreement |
setNetPrice(Price netPrice)
Sets the details on net price without tax
The net prices included all allowances and charges, but no taxes.
|
public SpecifiedAgreement()
public SpecifiedAgreement addAdditional(ReferencedDocumentItemAdditional additionalReference)
CommonAgreementSets the additional referenced document.
addAdditional in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>additionalReference - the additional reference@Extended public List<ReferencedDocumentItemAdditional> getAdditional()
CommonAgreementGets the additional referenced document
getAdditional in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>@Extended public ReferencedDocumentItem getBuyerOrder()
CommonAgreementGets the buyer order referenced document.
getBuyerOrder in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>@Extended public ReferencedDocumentItem getContract()
CommonAgreementGets the contract referenced document.
getContract in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>@Extended public ReferencedDocumentItem getCustomerOrder()
Gets the customer order referenced document.
getCustomerOrder in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>public GrossPrice getGrossPrice()
Gets details on item based gross price excluding taxes
public Price getNetPrice()
Gets the details on net price without tax The net prices included all allowances and charges, but no taxes.
public SpecifiedAgreement setBuyerOrder(ReferencedDocumentItem buyerOrder)
CommonAgreementSets the buyer order referenced document.
setBuyerOrder in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>buyerOrder - the new buyer order referenced document@Extended public SpecifiedAgreement setContract(ReferencedDocumentItem contract)
CommonAgreementSets the contract referenced document.
setContract in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>contract - the new contract referenced documentpublic SpecifiedAgreement setCustomerOrder(ReferencedDocumentItem customerOrder)
Sets the customer order referenced document.
setCustomerOrder in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>customerOrder - the new customer order referenced documentpublic SpecifiedAgreement setGrossPrice(GrossPrice grossPrice)
Sets details on item based gross price excluding taxes.
grossPrice - the new the item gross pricepublic SpecifiedAgreement setNetPrice(Price netPrice)
Sets the details on net price without tax The net prices included all allowances and charges, but no taxes.
netPrice - the new net price product trade priceCopyright © 2014-2016 Konik.io. All Rights Reserved.