@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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
toString
public KimAttributeBo()
public static KimAttribute to(KimAttributeBo bo)
public static KimAttributeBo from(KimAttribute im)
public String getId()
Identifiable
getId
in interface Identifiable
public String getComponentName()
KimAttributeContract
KimAttributeContract.getAttributeName()
. This cannot be null or a blank string.getComponentName
in interface KimAttributeContract
public void setComponentName(String componentName)
public String getAttributeName()
KimAttributeContract
KimAttributeContract.getComponentName()
. This cannot be null or a blank string.getAttributeName
in interface KimAttributeContract
public void setAttributeName(String attributeName)
public String getNamespaceCode()
KimAttributeContract
getNamespaceCode
in interface KimAttributeContract
public void setNamespaceCode(String namespaceCode)
public String getAttributeLabel()
KimAttributeContract
getAttributeLabel
in interface KimAttributeContract
public void setAttributeLabel(String attributeLabel)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.