public class BudgetCategoryDTO extends Object implements Serializable
| Constructor and Description |
|---|
BudgetCategoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorPersonName() |
String |
getBudgetCategoryCode() |
String |
getBudgetCategoryTypeCode() |
String |
getBudgetCategoryTypeDescription() |
String |
getDescription() |
void |
setAuthorPersonName(String authorPersonName) |
void |
setBudgetCategoryCode(String budgetCategoryCode) |
void |
setBudgetCategoryTypeCode(String budgetCategoryTypeCode) |
void |
setBudgetCategoryTypeDescription(String budgetCategoryTypeDescription) |
void |
setDescription(String description) |
public String getBudgetCategoryCode()
public void setBudgetCategoryCode(String budgetCategoryCode)
public String getAuthorPersonName()
public void setAuthorPersonName(String authorPersonName)
public String getBudgetCategoryTypeCode()
public void setBudgetCategoryTypeCode(String budgetCategoryTypeCode)
public String getDescription()
public void setDescription(String description)
public String getBudgetCategoryTypeDescription()
public void setBudgetCategoryTypeDescription(String budgetCategoryTypeDescription)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.