public class CostInfo extends Object
| Constructor and Description |
|---|
CostInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBudgetPeriod()
Getter for property budgetPeriod
|
String |
getCategory()
Getter for property category
|
String |
getCategoryType()
Getter for property categoryType
|
BudgetDecimal |
getCost()
Getter for property cost
|
BudgetDecimal |
getCostSharing() |
String |
getDescription()
Getter for property description
|
int |
getQuantity()
Getter for property quantity
|
void |
setBudgetPeriod(int budgetPeriod)
Setter for property budgetPeriod
|
void |
setCategory(String category)
Setter for property category
|
void |
setCategoryType(String categoryType)
Setter for property categoryType
|
void |
setCost(BudgetDecimal cost)
Setter for property cost
|
void |
setCostSharing(BudgetDecimal costSharing) |
void |
setDescription(String description)
Setter for property description
|
void |
setQuantity(int quantity)
Setter for property quantity
|
protected LinkedHashMap |
toStringMapper() |
public int getBudgetPeriod()
public void setBudgetPeriod(int budgetPeriod)
budgetPeriod - New value of property budgetPeriod.public BudgetDecimal getCost()
public void setCost(BudgetDecimal cost)
cost - New value of property cost.public String getCategory()
public void setCategory(String category)
category - New value of property category.public String getCategoryType()
public void setCategoryType(String categoryType)
categoryType - New value of property categoryType.public String getDescription()
public void setDescription(String description)
description - New value of property description.public int getQuantity()
public void setQuantity(int quantity)
quantity - New value of property quantity.public BudgetDecimal getCostSharing()
public void setCostSharing(BudgetDecimal costSharing)
protected LinkedHashMap toStringMapper()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.