public class PurchaseInvoiceApplyReceipt extends BusinessObject
Constructor and Description |
---|
PurchaseInvoiceApplyReceipt() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getCost() |
PurchaseInvoiceApplyReceiptKey |
getKey() |
Quantity |
getQuantityInvoiced() |
MoneyAmount |
getUnitCost() |
GLAccountNumberKey |
getVarianceGLAccountKey() |
Boolean |
isDoesRevalueInventory() |
void |
setCost(MoneyAmount value) |
void |
setDoesRevalueInventory(Boolean value) |
void |
setKey(PurchaseInvoiceApplyReceiptKey value) |
void |
setQuantityInvoiced(Quantity value) |
void |
setUnitCost(MoneyAmount value) |
void |
setVarianceGLAccountKey(GLAccountNumberKey value) |
public MoneyAmount getCost()
public void setCost(MoneyAmount value)
public Boolean isDoesRevalueInventory()
public void setDoesRevalueInventory(Boolean value)
public PurchaseInvoiceApplyReceiptKey getKey()
public void setKey(PurchaseInvoiceApplyReceiptKey value)
public Quantity getQuantityInvoiced()
public void setQuantityInvoiced(Quantity value)
public MoneyAmount getUnitCost()
public void setUnitCost(MoneyAmount value)
public GLAccountNumberKey getVarianceGLAccountKey()
public void setVarianceGLAccountKey(GLAccountNumberKey value)
Copyright © 2010–2016. All rights reserved.