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()
String
public void setAuthorPersonName(String value)
value
- allowed object is
String
public String getBudgetCategoryCode()
getBudgetCategoryCode
in interface ContractsAndGrantsBudgetCategory
String
public void setBudgetCategoryCode(String value)
value
- allowed object is
String
public String getBudgetCategoryTypeCode()
getBudgetCategoryTypeCode
in interface ContractsAndGrantsBudgetCategory
String
public void setBudgetCategoryTypeCode(String value)
value
- allowed object is
String
public String getBudgetCategoryTypeDescription()
String
public void setBudgetCategoryTypeDescription(String value)
value
- allowed object is
String
public String getDescription()
getDescription
in interface ContractsAndGrantsBudgetCategory
String
public void setDescription(String value)
value
- allowed object is
String
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.