public class EquipmentInfo extends Object
| Constructor and Description |
|---|
EquipmentInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<CostInfo> |
getEquipmentList()
Getter for property cvEquipmentList.
|
List<CostInfo> |
getExtraEquipmentList() |
BudgetDecimal |
getTotalExtraFund()
Getter for property totalExtraFund.
|
BudgetDecimal |
getTotalExtraNonFund()
Getter for property totalExtraNonFund.
|
BudgetDecimal |
getTotalFund()
Getter for property totalFund.
|
BudgetDecimal |
getTotalNonFund()
Getter for property totalNonFund.
|
void |
setEquipmentList(List<CostInfo> cvEquipmentList)
Setter for property cvEquipmentList.
|
void |
setExtraEquipmentList(List<CostInfo> cvExtraEquipmentList)
Setter for property cvExtraEquipmentList.
|
void |
setTotalExtraFund(BudgetDecimal totalExtraFund)
Setter for property totalExtraFund.
|
void |
setTotalExtraNonFund(BudgetDecimal totalExtraNonFund)
Setter for property totalExtraNonFund.
|
void |
setTotalFund(BudgetDecimal totalFund)
Setter for property totalFund.
|
void |
setTotalNonFund(BudgetDecimal totalNonFund)
Setter for property totalNonFund.
|
protected LinkedHashMap |
toStringMapper() |
public List<CostInfo> getEquipmentList()
public void setEquipmentList(List<CostInfo> cvEquipmentList)
versionNumber - New value of property versionNumber.public BudgetDecimal getTotalFund()
public void setTotalFund(BudgetDecimal totalFund)
totalFund - New value of property totalFund.public void setExtraEquipmentList(List<CostInfo> cvExtraEquipmentList)
cvExtraEquipmentList - New value of property cvExtraEquipmentList.public BudgetDecimal getTotalExtraFund()
public void setTotalExtraFund(BudgetDecimal totalExtraFund)
totalExtraFund - New value of property totalExtraFund.public BudgetDecimal getTotalNonFund()
public void setTotalNonFund(BudgetDecimal totalNonFund)
totalNonFund - New value of property totalNonFund.public BudgetDecimal getTotalExtraNonFund()
public void setTotalExtraNonFund(BudgetDecimal totalExtraNonFund)
totalExtraNonFund - New value of property totalExtraNonFund.protected LinkedHashMap toStringMapper()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.