org.kuali.kfs.coa.businessobject
Class BasicAccountingCategory

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.BasicAccountingCategory
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class BasicAccountingCategory
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BasicAccountingCategory()
          Default constructor.
 
Method Summary
 String getCode()
          Gets the accountCategoryCode attribute.
 String getCodeAndDescription()
          This method generates a standard String of the code and description together
 String getDescription()
          Gets the description attribute.
 String getShortName()
          Gets the accountCategoryShortName attribute.
 String getSortCode()
          Gets the sortCode attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute.
 void setCode(String basicAccountingCategoryCode)
          Sets the accountCategoryCode attribute.
 void setDescription(String accountCategoryDescription)
          Sets the description attribute.
 void setShortName(String basicAccountingCategoryShortName)
          Sets the accountCategoryShortName attribute.
 void setSortCode(String financialReportingSortCode)
          Sets the sortCode 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

BasicAccountingCategory

public BasicAccountingCategory()
Default constructor.

Method Detail

getCode

public String getCode()
Gets the accountCategoryCode attribute.

Returns:
Returns the accountCategoryCode

setCode

public void setCode(String basicAccountingCategoryCode)
Sets the accountCategoryCode attribute.

Parameters:
accountCategoryCode - The accountCategoryCode to set.

getDescription

public String getDescription()
Gets the description attribute.

Returns:
Returns the description

setDescription

public void setDescription(String accountCategoryDescription)
Sets the description attribute.

Parameters:
description - The description to set.

getShortName

public String getShortName()
Gets the accountCategoryShortName attribute.

Returns:
Returns the accountCategoryShortName

setShortName

public void setShortName(String basicAccountingCategoryShortName)
Sets the accountCategoryShortName attribute.

Parameters:
accountCategoryShortName - The accountCategoryShortName to set.

getSortCode

public String getSortCode()
Gets the sortCode attribute.

Returns:
Returns the sortCode

setSortCode

public void setSortCode(String financialReportingSortCode)
Sets the sortCode attribute.

Parameters:
sortCode - The sortCode to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

toStringMapper

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

getCodeAndDescription

public String getCodeAndDescription()
This method generates a standard String of the code and description together

Returns:
string representation of the code and description for this Account Category.


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