public class ProjectBudgetSummary extends Object
Constructor and Description |
---|
ProjectBudgetSummary() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getForecastBillableAmount() |
Quantity |
getForecastQuantity() |
MoneyAmount |
getForecastTotalCost() |
ProjectBudgetKey |
getKey() |
MoneyAmount |
getPostedBillableAmount() |
Quantity |
getPostedQuantity() |
MoneyAmount |
getPostedTotalCost() |
ProfitType |
getProfitType() |
MoneyAmount |
getProjectAmount() |
ProjectStatus |
getStatus() |
void |
setForecastBillableAmount(MoneyAmount value) |
void |
setForecastQuantity(Quantity value) |
void |
setForecastTotalCost(MoneyAmount value) |
void |
setKey(ProjectBudgetKey value) |
void |
setPostedBillableAmount(MoneyAmount value) |
void |
setPostedQuantity(Quantity value) |
void |
setPostedTotalCost(MoneyAmount value) |
void |
setProfitType(ProfitType value) |
void |
setProjectAmount(MoneyAmount value) |
void |
setStatus(ProjectStatus value) |
public MoneyAmount getForecastBillableAmount()
public void setForecastBillableAmount(MoneyAmount value)
public Quantity getForecastQuantity()
public void setForecastQuantity(Quantity value)
public MoneyAmount getForecastTotalCost()
public void setForecastTotalCost(MoneyAmount value)
public ProjectBudgetKey getKey()
public void setKey(ProjectBudgetKey value)
public MoneyAmount getPostedBillableAmount()
public void setPostedBillableAmount(MoneyAmount value)
public Quantity getPostedQuantity()
public void setPostedQuantity(Quantity value)
public MoneyAmount getPostedTotalCost()
public void setPostedTotalCost(MoneyAmount value)
public ProfitType getProfitType()
public void setProfitType(ProfitType value)
public MoneyAmount getProjectAmount()
public void setProjectAmount(MoneyAmount value)
public ProjectStatus getStatus()
public void setStatus(ProjectStatus value)
Copyright © 2010–2016. All rights reserved.