@Entity public class KimAttributeBo extends PersistableBusinessObjectBase implements KimAttributeContract
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
KimAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
static KimAttributeBo |
from(KimAttribute im) |
boolean |
getActive() |
String |
getAttributeLabel()
The label for the kim attribute.
|
String |
getAttributeName()
The name of the attribute on the
KimAttributeContract.getComponentName(). |
String |
getComponentName()
A fully-qualified class name which contains the
KimAttributeContract.getAttributeName(). |
String |
getId()
The unique identifier for an object.
|
String |
getNamespaceCode()
The namespace code that this kim attribute belongs too.
|
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active) |
void |
setAttributeLabel(String attributeLabel) |
void |
setAttributeName(String attributeName) |
void |
setComponentName(String componentName) |
void |
setId(String id) |
void |
setNamespaceCode(String namespaceCode) |
static KimAttribute |
to(KimAttributeBo bo) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, 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, waitgetVersionNumbergetObjectIdtoStringpublic KimAttributeBo()
public static KimAttribute to(KimAttributeBo bo)
public static KimAttributeBo from(KimAttribute im)
public String getId()
IdentifiablegetId in interface Identifiablepublic String getComponentName()
KimAttributeContractKimAttributeContract.getAttributeName(). This cannot be null or a blank string.getComponentName in interface KimAttributeContractpublic void setComponentName(String componentName)
public String getAttributeName()
KimAttributeContractKimAttributeContract.getComponentName(). This cannot be null or a blank string.getAttributeName in interface KimAttributeContractpublic void setAttributeName(String attributeName)
public String getNamespaceCode()
KimAttributeContractgetNamespaceCode in interface KimAttributeContractpublic void setNamespaceCode(String namespaceCode)
public String getAttributeLabel()
KimAttributeContractgetAttributeLabel in interface KimAttributeContractpublic void setAttributeLabel(String attributeLabel)
public boolean getActive()
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.