public class ActionBo extends PersistableBusinessObjectBase implements ActionDefinitionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
ActionBo() |
| Modifier and Type | Method and Description |
|---|---|
static ActionBo |
from(ActionDefinition im) |
Set<ActionAttributeBo> |
getAttributeBos() |
Map<String,String> |
getAttributes() |
String |
getDescription() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
String |
getNamespace() |
Object |
getProperty(String property) |
String |
getRuleId() |
Integer |
getSequenceNumber() |
String |
getTypeId() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setAttributeBos(Set<ActionAttributeBo> value) |
void |
setAttributes(Map<String,String> attributes) |
void |
setDescription(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setName(String value) |
void |
setNamespace(String value) |
void |
setProperty(String property,
Object value) |
void |
setRuleId(String value) |
void |
setSequenceNumber(Integer value) |
void |
setTypeId(String value) |
static ActionDefinition |
to(ActionBo 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 ActionBo()
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 getNamespace()
getNamespace in interface ActionDefinitionContractpublic void setNamespace(String value)
public String getName()
getName in interface ActionDefinitionContractpublic String getDescription()
getDescription in interface ActionDefinitionContractpublic void setDescription(String value)
public String getTypeId()
getTypeId in interface ActionDefinitionContractpublic String getRuleId()
getRuleId in interface ActionDefinitionContractpublic Integer getSequenceNumber()
getSequenceNumber in interface ActionDefinitionContractpublic void setSequenceNumber(Integer value)
public Set<ActionAttributeBo> getAttributeBos()
public void setAttributeBos(Set<ActionAttributeBo> value)
public Map<String,String> getAttributes()
getAttributes in interface ActionDefinitionContractpublic void setAttributes(Map<String,String> attributes)
public static ActionDefinition to(ActionBo bo)
public static ActionBo from(ActionDefinition im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.