public class KewTypeAttributeBo extends PersistableBusinessObjectBase implements MutableInactivatable, KewTypeAttributeContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
KewTypeAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
static KewTypeAttributeBo |
from(KewTypeAttribute im) |
boolean |
getActive() |
KewAttributeDefinitionBo |
getAttributeDefinition() |
String |
getAttributeDefinitionId() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Integer |
getSequenceNumber() |
String |
getTypeId() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setAttributeDefinition(KewAttributeDefinitionBo attrDef) |
void |
setAttributeDefinitionId(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSequenceNumber(Integer value) |
void |
setTypeId(String value) |
static KewTypeAttribute |
to(KewTypeAttributeBo 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, waittoStringpublic KewTypeAttributeBo()
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 Identifiablepublic String getTypeId()
getTypeId in interface KewTypeAttributeContractpublic String getAttributeDefinitionId()
getAttributeDefinitionId in interface KewTypeAttributeContractpublic void setAttributeDefinitionId(String value)
public Integer getSequenceNumber()
getSequenceNumber in interface KewTypeAttributeContractpublic void setSequenceNumber(Integer value)
public boolean getActive()
public boolean isActive()
isActive in interface Inactivatablepublic void setActive(boolean value)
setActive in interface MutableInactivatablepublic void setAttributeDefinition(KewAttributeDefinitionBo attrDef)
public static KewTypeAttribute to(KewTypeAttributeBo bo)
public static KewTypeAttributeBo from(KewTypeAttribute im)
public KewAttributeDefinitionBo getAttributeDefinition()
getAttributeDefinition in interface KewTypeAttributeContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.