public class ProjectBudgetPosted extends ProjectPostedBase
Constructor and Description |
---|
ProjectBudgetPosted() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getBillableAmount() |
MoneyAmount |
getCommittedCost() |
Quantity |
getCommittedQuantity() |
MoneyAmount |
getCommittedTaxAmount() |
MoneyAmount |
getTaxPaidAmount() |
void |
setBillableAmount(MoneyAmount value) |
void |
setCommittedCost(MoneyAmount value) |
void |
setCommittedQuantity(Quantity value) |
void |
setCommittedTaxAmount(MoneyAmount value) |
void |
setTaxPaidAmount(MoneyAmount value) |
getEarningsAmount, getPOCosts, getPOQuantity, setEarningsAmount, setPOCosts, setPOQuantity
getAccruedRevenueAmount, getBillingAmount, getBillingsInExcessOfEarningsAmount, getDiscountAmount, getEarningsInExcessOfBillingsAmount, getOverheadAmount, getProfitAmount, getQuantity, getRecognizedRevenueAmount, getRetainageAmount, getSalesTaxAmount, getTaxAmount, getTotalCost, setAccruedRevenueAmount, setBillingAmount, setBillingsInExcessOfEarningsAmount, setDiscountAmount, setEarningsInExcessOfBillingsAmount, setOverheadAmount, setProfitAmount, setQuantity, setRecognizedRevenueAmount, setRetainageAmount, setSalesTaxAmount, setTaxAmount, setTotalCost
public MoneyAmount getBillableAmount()
public void setBillableAmount(MoneyAmount value)
public MoneyAmount getCommittedCost()
public void setCommittedCost(MoneyAmount value)
public Quantity getCommittedQuantity()
public void setCommittedQuantity(Quantity value)
public MoneyAmount getCommittedTaxAmount()
public void setCommittedTaxAmount(MoneyAmount value)
public MoneyAmount getTaxPaidAmount()
public void setTaxPaidAmount(MoneyAmount value)
Copyright © 2010–2016. All rights reserved.