public class FunctionBo extends PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable, FunctionDefinitionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
FunctionBo() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionBo |
from(FunctionDefinition im) |
boolean |
getActive() |
List<CategoryBo> |
getCategories() |
String |
getDescription() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
String |
getNamespace() |
List<FunctionParameterBo> |
getParameters() |
Object |
getProperty(String property) |
String |
getReturnType() |
String |
getTypeId() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setCategories(List<CategoryBo> value) |
void |
setDescription(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setName(String value) |
void |
setNamespace(String value) |
void |
setParameters(List<FunctionParameterBo> value) |
void |
setProperty(String property,
Object value) |
void |
setReturnType(String value) |
void |
setTypeId(String value) |
static FunctionDefinition |
to(FunctionBo 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 FunctionBo()
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 FunctionDefinitionContractpublic void setNamespace(String value)
public String getName()
getName in interface FunctionDefinitionContractpublic String getDescription()
getDescription in interface FunctionDefinitionContractpublic void setDescription(String value)
public String getReturnType()
getReturnType in interface FunctionDefinitionContractpublic void setReturnType(String value)
public String getTypeId()
getTypeId in interface FunctionDefinitionContractpublic boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic List<FunctionParameterBo> getParameters()
getParameters in interface FunctionDefinitionContractpublic void setParameters(List<FunctionParameterBo> value)
public List<CategoryBo> getCategories()
getCategories in interface FunctionDefinitionContractpublic void setCategories(List<CategoryBo> value)
public static FunctionDefinition to(FunctionBo bo)
public static FunctionBo from(FunctionDefinition im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.