public class KimTypeAttributeBo extends PersistableBusinessObjectBase implements KimTypeAttributeContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
KimTypeAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
static KimTypeAttributeBo |
from(KimTypeAttribute im) |
boolean |
getActive() |
String |
getId() |
KimAttributeBo |
getKimAttribute() |
String |
getKimAttributeId() |
String |
getKimTypeId() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getSortCode() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setId(String value) |
void |
setKimAttribute(KimAttributeBo value) |
void |
setKimAttributeId(String value) |
void |
setKimTypeId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSortCode(String value) |
static KimTypeAttribute |
to(KimTypeAttributeBo 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 KimTypeAttributeBo()
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 getSortCode()
getSortCode in interface KimTypeAttributeContractpublic void setSortCode(String value)
public String getKimAttributeId()
public void setKimAttributeId(String value)
public void setKimAttribute(KimAttributeBo value)
public String getKimTypeId()
getKimTypeId in interface KimTypeAttributeContractpublic void setKimTypeId(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 KimTypeAttribute to(KimTypeAttributeBo bo)
public static KimTypeAttributeBo from(KimTypeAttribute im)
public KimAttributeBo getKimAttribute()
getKimAttribute in interface KimTypeAttributeContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.