public class KimAttributeBo extends PersistableBusinessObjectBase implements KimAttributeContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
KimAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
static KimAttributeBo |
from(KimAttribute im) |
boolean |
getActive() |
String |
getAttributeLabel() |
String |
getAttributeName() |
String |
getComponentName() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getNamespaceCode() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setAttributeLabel(String value) |
void |
setAttributeName(String value) |
void |
setComponentName(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setNamespaceCode(String value) |
void |
setProperty(String property,
Object value) |
static KimAttribute |
to(KimAttributeBo bo) |
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, waitgetVersionNumbergetObjectIdtoStringpublic KimAttributeBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getComponentName()
getComponentName in interface KimAttributeContractpublic void setComponentName(String value)
public String getAttributeName()
getAttributeName in interface KimAttributeContractpublic void setAttributeName(String value)
public String getNamespaceCode()
getNamespaceCode in interface KimAttributeContractpublic void setNamespaceCode(String value)
public String getAttributeLabel()
getAttributeLabel in interface KimAttributeContractpublic void setAttributeLabel(String value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public static KimAttribute to(KimAttributeBo bo)
public static KimAttributeBo from(KimAttribute im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.