public class PeopleFlowAttributeBo extends PersistableBusinessObjectBase implements groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
PeopleFlowAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
static PeopleFlowAttributeBo |
from(KewAttributeDefinition attributeDefinition,
String id,
String peopleFlowId,
String value) |
KewAttributeDefinitionBo |
getAttributeDefinition() |
String |
getAttributeDefinitionId() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getPeopleFlowId() |
Object |
getProperty(String property) |
String |
getValue() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setAttributeDefinition(KewAttributeDefinitionBo attrDef) |
void |
setAttributeDefinitionId(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setPeopleFlowId(String value) |
void |
setProperty(String property,
Object value) |
void |
setValue(String value) |
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 PeopleFlowAttributeBo()
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 getAttributeDefinitionId()
public void setAttributeDefinitionId(String value)
public String getPeopleFlowId()
public void setPeopleFlowId(String value)
public KewAttributeDefinitionBo getAttributeDefinition()
public void setAttributeDefinition(KewAttributeDefinitionBo attrDef)
public static PeopleFlowAttributeBo from(KewAttributeDefinition attributeDefinition, String id, String peopleFlowId, String value)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.