public class PayablesDocumentSummaryBase extends Object
Constructor and Description |
---|
PayablesDocumentSummaryBase() |
Modifier and Type | Method and Description |
---|---|
BatchKey |
getBatchKey() |
CurrencyKey |
getCurrencyKey() |
Calendar |
getDate() |
MoneyAmount |
getDocumentAmount() |
MoneyAmount |
getFreightAmount() |
PayablesDocumentKey |
getKey() |
MoneyAmount |
getMiscellaneousAmount() |
Calendar |
getModifiedDate() |
MoneyAmount |
getTaxAmount() |
MoneyAmount |
getTradeDiscountAmount() |
PayablesTransactionState |
getTransactionState() |
VendorKey |
getVendorKey() |
String |
getVendorName() |
void |
setBatchKey(BatchKey value) |
void |
setCurrencyKey(CurrencyKey value) |
void |
setDate(Calendar value) |
void |
setDocumentAmount(MoneyAmount value) |
void |
setFreightAmount(MoneyAmount value) |
void |
setKey(PayablesDocumentKey value) |
void |
setMiscellaneousAmount(MoneyAmount value) |
void |
setModifiedDate(Calendar value) |
void |
setTaxAmount(MoneyAmount value) |
void |
setTradeDiscountAmount(MoneyAmount value) |
void |
setTransactionState(PayablesTransactionState value) |
void |
setVendorKey(VendorKey value) |
void |
setVendorName(String value) |
public BatchKey getBatchKey()
public void setBatchKey(BatchKey value)
public CurrencyKey getCurrencyKey()
public void setCurrencyKey(CurrencyKey value)
public Calendar getDate()
public void setDate(Calendar value)
public MoneyAmount getDocumentAmount()
public void setDocumentAmount(MoneyAmount value)
public MoneyAmount getFreightAmount()
public void setFreightAmount(MoneyAmount value)
public PayablesDocumentKey getKey()
public void setKey(PayablesDocumentKey value)
public MoneyAmount getMiscellaneousAmount()
public void setMiscellaneousAmount(MoneyAmount value)
public Calendar getModifiedDate()
public void setModifiedDate(Calendar value)
public MoneyAmount getTaxAmount()
public void setTaxAmount(MoneyAmount value)
public MoneyAmount getTradeDiscountAmount()
public void setTradeDiscountAmount(MoneyAmount value)
public PayablesTransactionState getTransactionState()
public void setTransactionState(PayablesTransactionState value)
public VendorKey getVendorKey()
public void setVendorKey(VendorKey value)
public String getVendorName()
public void setVendorName(String value)
Copyright © 2010–2016. All rights reserved.