public class KewAttributeDefinitionBo extends PersistableBusinessObjectBase implements KewAttributeDefinitionContract, MutableInactivatable, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
KewAttributeDefinitionBo() |
| Modifier and Type | Method and Description |
|---|---|
static KewAttributeDefinitionBo |
from(KewAttributeDefinition im) |
boolean |
getActive() |
String |
getComponentName() |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
String |
getNamespace() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setComponentName(String value) |
void |
setDescription(String value) |
void |
setId(String value) |
void |
setLabel(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setName(String value) |
void |
setNamespace(String value) |
void |
setProperty(String property,
Object value) |
static KewAttributeDefinition |
to(KewAttributeDefinitionBo 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, waitgetVersionNumbertoStringpublic KewAttributeDefinitionBo()
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 getName()
getName in interface KewAttributeDefinitionContractpublic String getNamespace()
getNamespace in interface KewAttributeDefinitionContractpublic void setNamespace(String value)
public String getLabel()
getLabel in interface KewAttributeDefinitionContractpublic String getDescription()
getDescription in interface KewAttributeDefinitionContractpublic void setDescription(String value)
public boolean getActive()
public boolean isActive()
isActive in interface Inactivatablepublic void setActive(boolean value)
setActive in interface MutableInactivatablepublic String getComponentName()
getComponentName in interface KewAttributeDefinitionContractpublic void setComponentName(String value)
public static KewAttributeDefinition to(KewAttributeDefinitionBo bo)
public static KewAttributeDefinitionBo from(KewAttributeDefinition im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.