public class SpecifiedAgreement extends Object implements CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>
| Constructor and Description |
|---|
SpecifiedAgreement() |
| Modifier and Type | Method and Description |
|---|---|
SpecifiedAgreement |
addAdditional(ReferencedDocumentItemAdditional additionalReference)
|
List<ReferencedDocumentItemAdditional> |
getAdditional()
|
ReferencedDocumentItem |
getBuyerOrder()
|
ReferencedDocumentItem |
getContract()
|
ReferencedDocumentItem |
getCustomerOrder()
|
GrossPrice |
getGrossPrice()
|
Price |
getNetPrice()
|
SpecifiedAgreement |
setBuyerOrder(ReferencedDocumentItem buyerOrder)
|
SpecifiedAgreement |
setContract(ReferencedDocumentItem contract)
|
SpecifiedAgreement |
setCustomerOrder(ReferencedDocumentItem customerOrder)
|
SpecifiedAgreement |
setGrossPrice(GrossPrice grossPrice)
|
SpecifiedAgreement |
setNetPrice(Price netPrice)
|
public SpecifiedAgreement()
public SpecifiedAgreement addAdditional(ReferencedDocumentItemAdditional additionalReference)
CommonAgreementSets the additional referenced document.
addAdditional in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>additionalReference - the additional referencepublic List<ReferencedDocumentItemAdditional> getAdditional()
CommonAgreementGets the additional referenced document
getAdditional in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>public ReferencedDocumentItem getBuyerOrder()
Gets the buyer order referenced document.
getBuyerOrder in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>public ReferencedDocumentItem getContract()
Gets the contract referenced document.
COMFORT
getContract in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>public ReferencedDocumentItem getCustomerOrder()
Gets the customer order referenced document.
COMFORT
getCustomerOrder in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>public GrossPrice getGrossPrice()
Gets the gross price product trade price.
public Price getNetPrice()
Gets the net price product trade price.
public SpecifiedAgreement setBuyerOrder(ReferencedDocumentItem buyerOrder)
Sets the buyer order referenced document.
setBuyerOrder in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>buyerOrder - the new buyer order referenced documentpublic SpecifiedAgreement setContract(ReferencedDocumentItem contract)
Sets the contract referenced document.
COMFORT
setContract in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>contract - the new contract referenced documentpublic SpecifiedAgreement setCustomerOrder(ReferencedDocumentItem customerOrder)
Sets the customer order referenced document.
COMFORT
setCustomerOrder in interface CommonAgreement<ReferencedDocumentItem,ReferencedDocumentItemAdditional>customerOrder - the new customer order referenced documentpublic SpecifiedAgreement setGrossPrice(GrossPrice grossPrice)
Sets the gross price product trade price.
grossPrice - the new gross price product trade pricepublic SpecifiedAgreement setNetPrice(Price netPrice)
Sets the net price product trade price.
netPrice - the new net price product trade priceCopyright © 2014 Konik.io. All Rights Reserved.