org.kuali.kfs.integration.cg.businessobject
Class BudgetCategoryDTO

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.kfs.integration.cg.businessobject.BudgetCategoryDTO
All Implemented Interfaces:
Serializable, ContractsAndGrantsBudgetCategory, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject

public class BudgetCategoryDTO
extends org.kuali.rice.kns.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>
 

See Also:
Serialized Form

Field Summary
protected  String authorPersonName
           
protected  String budgetCategoryCode
           
protected  String budgetCategoryTypeCode
           
protected  String budgetCategoryTypeDescription
           
protected  String description
           
 
Constructor Summary
BudgetCategoryDTO()
           
 
Method Summary
 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 prepareForWorkflow()
           
 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  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

authorPersonName

protected String authorPersonName

budgetCategoryCode

protected String budgetCategoryCode

budgetCategoryTypeCode

protected String budgetCategoryTypeCode

budgetCategoryTypeDescription

protected String budgetCategoryTypeDescription

description

protected String description
Constructor Detail

BudgetCategoryDTO

public BudgetCategoryDTO()
Method Detail

getAuthorPersonName

public String getAuthorPersonName()
Gets the value of the authorPersonName property.

Returns:
possible object is String

setAuthorPersonName

public void setAuthorPersonName(String value)
Sets the value of the authorPersonName property.

Parameters:
value - allowed object is String

getBudgetCategoryCode

public String getBudgetCategoryCode()
Gets the value of the budgetCategoryCode property.

Specified by:
getBudgetCategoryCode in interface ContractsAndGrantsBudgetCategory
Returns:
possible object is String

setBudgetCategoryCode

public void setBudgetCategoryCode(String value)
Sets the value of the budgetCategoryCode property.

Parameters:
value - allowed object is String

getBudgetCategoryTypeCode

public String getBudgetCategoryTypeCode()
Gets the value of the budgetCategoryTypeCode property.

Specified by:
getBudgetCategoryTypeCode in interface ContractsAndGrantsBudgetCategory
Returns:
possible object is String

setBudgetCategoryTypeCode

public void setBudgetCategoryTypeCode(String value)
Sets the value of the budgetCategoryTypeCode property.

Parameters:
value - allowed object is String

getBudgetCategoryTypeDescription

public String getBudgetCategoryTypeDescription()
Gets the value of the budgetCategoryTypeDescription property.

Returns:
possible object is String

setBudgetCategoryTypeDescription

public void setBudgetCategoryTypeDescription(String value)
Sets the value of the budgetCategoryTypeDescription property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Specified by:
getDescription in interface ContractsAndGrantsBudgetCategory
Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

prepareForWorkflow

public void prepareForWorkflow()
Specified by:
prepareForWorkflow in interface org.kuali.rice.kns.bo.BusinessObject
Overrides:
prepareForWorkflow in class org.kuali.rice.kns.bo.BusinessObjectBase

refresh

public void refresh()
Specified by:
refresh in interface org.kuali.rice.kns.bo.BusinessObject

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.