public class BaseJavaAttributeBo extends PersistableBusinessObjectBase implements BaseAttributeContract
Attributes provide a way to attach custom data to an entity based on that entity's type. Rules, Actions, Contexts, Agendas and Term Resolvers have their own specific attribute types. This class contains their common fields.
extension, versionNumber| Constructor and Description |
|---|
BaseJavaAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
KrmsAttributeDefinitionContract |
getAttributeDefinition() |
String |
getAttributeDefinitionId() |
String |
getId() |
String |
getValue() |
void |
setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition) |
void |
setAttributeDefinitionId(String attributeDefinitionId) |
void |
setId(String id) |
void |
setValue(String value) |
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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic BaseJavaAttributeBo()
public KrmsAttributeDefinitionContract getAttributeDefinition()
getAttributeDefinition in interface BaseAttributeContractpublic String getAttributeDefinitionId()
getAttributeDefinitionId in interface BaseAttributeContractpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getValue()
getValue in interface BaseAttributeContractpublic void setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition)
public void setAttributeDefinitionId(String attributeDefinitionId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.