public class SpecifiedAgreement extends java.lang.Object implements CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>
| Constructor and Description |
|---|
SpecifiedAgreement() |
| Modifier and Type | Method and Description |
|---|---|
SpecifiedAgreement |
addAdditional(ReferencedDocumentItemAdditional additionalReference)
Sets the additional referenced document.
|
java.util.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 item gross price.
|
Price |
getNetPrice()
Gets the net price item price.
|
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 item gross price.
|
SpecifiedAgreement |
setNetPrice(Price netPrice)
Sets the net price product trade price.
|
public SpecifiedAgreement()
public SpecifiedAgreement addAdditional(ReferencedDocumentItemAdditional additionalReference)
CommonAgreementSets the additional referenced document.
addAdditional in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>additionalReference - the additional reference@Extended public java.util.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 item gross price.
public Price getNetPrice()
Gets the net price item price.
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 item gross price.
grossPrice - the new the item gross pricepublic SpecifiedAgreement setNetPrice(Price netPrice)
Sets the net price product trade price.
netPrice - the new net price product trade priceCopyright © 2014-2015 Konik.io. All Rights Reserved.