public class FunctionParameterBo extends PersistableBusinessObjectBase implements FunctionParameterDefinitionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
FunctionParameterBo() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionParameterBo |
from(FunctionParameterDefinition im) |
static List<FunctionParameterBo> |
from(List<FunctionParameterDefinition> ims) |
String |
getDescription() |
String |
getFunctionId() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
String |
getParameterType() |
Object |
getProperty(String property) |
Integer |
getSequenceNumber() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setDescription(String value) |
void |
setFunctionId(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setName(String value) |
void |
setParameterType(String value) |
void |
setProperty(String property,
Object value) |
void |
setSequenceNumber(Integer value) |
static FunctionParameterDefinition |
to(FunctionParameterBo bo) |
static List<FunctionParameterDefinition> |
to(List<FunctionParameterBo> bos) |
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 FunctionParameterBo()
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 getName()
getName in interface FunctionParameterDefinitionContractpublic String getDescription()
getDescription in interface FunctionParameterDefinitionContractpublic void setDescription(String value)
public String getFunctionId()
getFunctionId in interface FunctionParameterDefinitionContractpublic void setFunctionId(String value)
public String getParameterType()
getParameterType in interface FunctionParameterDefinitionContractpublic void setParameterType(String value)
public Integer getSequenceNumber()
getSequenceNumber in interface FunctionParameterDefinitionContractpublic void setSequenceNumber(Integer value)
public static FunctionParameterDefinition to(FunctionParameterBo bo)
public static List<FunctionParameterDefinition> to(List<FunctionParameterBo> bos)
public static FunctionParameterBo from(FunctionParameterDefinition im)
public static List<FunctionParameterBo> from(List<FunctionParameterDefinition> ims)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.