public class BudgetCategoryDTO extends org.kuali.rice.krad.bo.BusinessObjectBase implements ContractsAndGrantsBudgetCategory, Serializable
Java class for budgetCategoryDTO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="budgetCategoryDTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="authorPersonName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="budgetCategoryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="budgetCategoryTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="budgetCategoryTypeDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorPersonName |
protected String |
budgetCategoryCode |
protected String |
budgetCategoryTypeCode |
protected String |
budgetCategoryTypeDescription |
protected String |
description |
| Constructor and Description |
|---|
BudgetCategoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorPersonName()
Gets the value of the authorPersonName property.
|
String |
getBudgetCategoryCode()
Gets the value of the budgetCategoryCode property.
|
String |
getBudgetCategoryTypeCode()
Gets the value of the budgetCategoryTypeCode property.
|
String |
getBudgetCategoryTypeDescription()
Gets the value of the budgetCategoryTypeDescription property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
refresh() |
void |
setAuthorPersonName(String value)
Sets the value of the authorPersonName property.
|
void |
setBudgetCategoryCode(String value)
Sets the value of the budgetCategoryCode property.
|
void |
setBudgetCategoryTypeCode(String value)
Sets the value of the budgetCategoryTypeCode property.
|
void |
setBudgetCategoryTypeDescription(String value)
Sets the value of the budgetCategoryTypeDescription property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected String authorPersonName
protected String budgetCategoryCode
protected String budgetCategoryTypeCode
protected String budgetCategoryTypeDescription
protected String description
public BudgetCategoryDTO()
public String getAuthorPersonName()
Stringpublic void setAuthorPersonName(String value)
value - allowed object is
Stringpublic String getBudgetCategoryCode()
getBudgetCategoryCode in interface ContractsAndGrantsBudgetCategoryStringpublic void setBudgetCategoryCode(String value)
value - allowed object is
Stringpublic String getBudgetCategoryTypeCode()
getBudgetCategoryTypeCode in interface ContractsAndGrantsBudgetCategoryStringpublic void setBudgetCategoryTypeCode(String value)
value - allowed object is
Stringpublic String getBudgetCategoryTypeDescription()
Stringpublic void setBudgetCategoryTypeDescription(String value)
value - allowed object is
Stringpublic String getDescription()
getDescription in interface ContractsAndGrantsBudgetCategoryStringpublic void setDescription(String value)
value - allowed object is
Stringpublic void refresh()
refresh in interface org.kuali.rice.krad.bo.BusinessObjectCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.