public class BasicAccountingCategory extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
BasicAccountingCategory()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public BasicAccountingCategory()
public String getCode()
public void setCode(String basicAccountingCategoryCode)
accountCategoryCode
- The accountCategoryCode to set.public String getDescription()
public void setDescription(String accountCategoryDescription)
description
- The description to set.public String getShortName()
public void setShortName(String basicAccountingCategoryShortName)
accountCategoryShortName
- The accountCategoryShortName to set.public String getSortCode()
public void setSortCode(String financialReportingSortCode)
sortCode
- The sortCode to set.public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- The active to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public String getCodeAndDescription()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.