public class SalaryTypeVO extends Object
| Constructor and Description |
|---|
SalaryTypeVO() |
| Modifier and Type | Method and Description |
|---|---|
List<BudgetDataPeriodVO> |
getBudgetPeriodVOs() |
String |
getCostElement() |
String |
getCostElementCode() |
String |
getName() |
BudgetDecimal |
getTotal() |
void |
setBudgetPeriodVOs(List<BudgetDataPeriodVO> budgetPeriodVOs) |
void |
setCostElement(String costElement) |
void |
setCostElementCode(String costElementCode) |
void |
setName(String name) |
void |
setTotal(BudgetDecimal total) |
public String getCostElement()
public void setCostElement(String costElement)
public String getCostElementCode()
public void setCostElementCode(String costElementCode)
public String getName()
public void setName(String name)
public BudgetDecimal getTotal()
public void setTotal(BudgetDecimal total)
public List<BudgetDataPeriodVO> getBudgetPeriodVOs()
public void setBudgetPeriodVOs(List<BudgetDataPeriodVO> budgetPeriodVOs)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.