public class BudgetCategoryType extends KraPersistableBusinessObjectBase implements Comparable
UPDATE_USER_LENGTH| Constructor and Description |
|---|
BudgetCategoryType() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BudgetCategoryType budgetCategoryType) |
int |
compareTo(Object o)
This is for totals page
|
String |
getBudgetCategoryTypeCode()
Gets the budgetCategoryTypeCode attribute.
|
String |
getDescription()
Retrieves the description attribute
|
String |
getSortId() |
void |
setBudgetCategoryTypeCode(String budgetCategoryTypeCode)
Sets the budgetCategoryTypeCode attribute value.
|
void |
setDescription(String description)
Assigns the description attribute
|
void |
setSortId(String sortId) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic String getSortId()
public void setSortId(String sortId)
public String getDescription()
public void setDescription(String description)
description - public String getBudgetCategoryTypeCode()
public void setBudgetCategoryTypeCode(String budgetCategoryTypeCode)
budgetCategoryTypeCode - The budgetCategoryTypeCode to set.public int compareTo(Object o)
compareTo in interface ComparableComparable.compareTo(java.lang.Object)public int compareTo(BudgetCategoryType budgetCategoryType)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.