public class ProjectBudgetUnposted extends ProjectUnpostedBase
Constructor and Description |
---|
ProjectBudgetUnposted() |
Modifier and Type | Method and Description |
---|---|
Calendar |
getBeginDate() |
MoneyAmount |
getBillableAmount() |
MoneyAmount |
getCommittedCost() |
Quantity |
getCommittedQuantity() |
MoneyAmount |
getCommittedTaxAmount() |
Calendar |
getEndDate() |
void |
setBeginDate(Calendar value) |
void |
setBillableAmount(MoneyAmount value) |
void |
setCommittedCost(MoneyAmount value) |
void |
setCommittedQuantity(Quantity value) |
void |
setCommittedTaxAmount(MoneyAmount value) |
void |
setEndDate(Calendar value) |
getLossAmount, setLossAmount
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 Calendar getBeginDate()
public void setBeginDate(Calendar value)
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 Calendar getEndDate()
public void setEndDate(Calendar value)
Copyright © 2010–2016. All rights reserved.