org.kuali.kfs.coa.businessobject
Class AccountDescription

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.coa.businessobject.AccountDescription
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class AccountDescription
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AccountDescription()
          Default constructor.
 
Method Summary
 String getAccountNumber()
          Gets the accountNumber attribute.
 Building getBuilding()
          Gets the building attribute.
 String getBuildingCode()
          Gets the buildingCode attribute.
 String getCampusCode()
          Gets the campusCode attribute.
 String getCampusDescription()
          Gets the campusDescription attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getOrganizationDescription()
          Gets the organizationDescription attribute.
 String getResponsibilityCenterDescription()
          Gets the responsibilityCenterDescription attribute.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setBuilding(Building building)
          Deprecated.  
 void setBuildingCode(String buildingCode)
          Sets the buildingCode attribute.
 void setCampusCode(String campusCode)
          Sets the campusCode attribute.
 void setCampusDescription(String campusDescription)
          Sets the campusDescription attribute.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setOrganizationDescription(String organizationDescription)
          Sets the organizationDescription attribute.
 void setResponsibilityCenterDescription(String responsibilityCenterDescription)
          Sets the responsibilityCenterDescription attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

AccountDescription

public AccountDescription()
Default constructor.

Method Detail

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute.

Parameters:
accountNumber - The accountNumber to set.

getCampusDescription

public String getCampusDescription()
Gets the campusDescription attribute.

Returns:
Returns the campusDescription

setCampusDescription

public void setCampusDescription(String campusDescription)
Sets the campusDescription attribute.

Parameters:
campusDescription - The campusDescription to set.

getOrganizationDescription

public String getOrganizationDescription()
Gets the organizationDescription attribute.

Returns:
Returns the organizationDescription

setOrganizationDescription

public void setOrganizationDescription(String organizationDescription)
Sets the organizationDescription attribute.

Parameters:
organizationDescription - The organizationDescription to set.

getResponsibilityCenterDescription

public String getResponsibilityCenterDescription()
Gets the responsibilityCenterDescription attribute.

Returns:
Returns the responsibilityCenterDescription

setResponsibilityCenterDescription

public void setResponsibilityCenterDescription(String responsibilityCenterDescription)
Sets the responsibilityCenterDescription attribute.

Parameters:
responsibilityCenterDescription - The responsibilityCenterDescription to set.

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode

setCampusCode

public void setCampusCode(String campusCode)
Sets the campusCode attribute.

Parameters:
campusCode - The campusCode to set.

getBuildingCode

public String getBuildingCode()
Gets the buildingCode attribute.

Returns:
Returns the buildingCode

setBuildingCode

public void setBuildingCode(String buildingCode)
Sets the buildingCode attribute.

Parameters:
buildingCode - The buildingCode to set.

getBuilding

public Building getBuilding()
Gets the building attribute.

Returns:
Returns the building.

setBuilding

public void setBuilding(Building building)
Deprecated. 

Sets the building attribute value.

Parameters:
building - The building to set.

toStringMapper

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


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