public class BudgetCategoryMap extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
BudgetCategoryMap() |
| Modifier and Type | Method and Description |
|---|---|
List<BudgetCategoryMapping> |
getBudgetCategoryMappings()
Gets the budgetCategoryMappings attribute.
|
String |
getCategoryType() |
String |
getDescription() |
String |
getMappingName() |
String |
getTargetCategoryCode() |
void |
setBudgetCategoryMappings(List<BudgetCategoryMapping> budgetCategoryMappings)
Sets the budgetCategoryMappings attribute value.
|
void |
setCategoryType(String categoryType) |
void |
setDescription(String description) |
void |
setMappingName(String mappingName) |
void |
setTargetCategoryCode(String targetCategoryCode) |
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 getMappingName()
public void setMappingName(String mappingName)
public String getTargetCategoryCode()
public void setTargetCategoryCode(String targetCategoryCode)
public String getCategoryType()
public void setCategoryType(String categoryType)
public String getDescription()
public void setDescription(String description)
public List<BudgetCategoryMapping> getBudgetCategoryMappings()
public void setBudgetCategoryMappings(List<BudgetCategoryMapping> budgetCategoryMappings)
budgetCategoryMappings - The budgetCategoryMappings to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.