@Entity public class DelegateTypeBo extends PersistableBusinessObjectBase implements DelegateTypeContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
DelegateTypeBo() |
| Modifier and Type | Method and Description |
|---|---|
static DelegateTypeBo |
from(DelegateType immutable) |
boolean |
getActive() |
String |
getDelegationId() |
org.kuali.rice.core.api.delegation.DelegationType |
getDelegationType() |
String |
getDelegationTypeCode() |
String |
getKimTypeId() |
List<DelegateMemberBo> |
getMembers() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getRoleId() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setDelegationId(String value) |
void |
setDelegationType(org.kuali.rice.core.api.delegation.DelegationType type) |
void |
setDelegationTypeCode(String value) |
void |
setKimTypeId(String value) |
void |
setMembers(List<DelegateMemberBo> value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setRoleId(String value) |
static DelegateType |
to(DelegateTypeBo 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, waittoStringpublic DelegateTypeBo()
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 getDelegationId()
getDelegationId in interface DelegateTypeContractpublic void setDelegationId(String value)
public String getRoleId()
getRoleId in interface DelegateTypeContractpublic boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public String getKimTypeId()
getKimTypeId in interface DelegateTypeContractpublic void setKimTypeId(String value)
public String getDelegationTypeCode()
public void setDelegationTypeCode(String value)
public List<DelegateMemberBo> getMembers()
getMembers in interface DelegateTypeContractpublic void setMembers(List<DelegateMemberBo> value)
public void setDelegationType(org.kuali.rice.core.api.delegation.DelegationType type)
public org.kuali.rice.core.api.delegation.DelegationType getDelegationType()
getDelegationType in interface DelegateTypeContractpublic static DelegateType to(DelegateTypeBo bo)
public static DelegateTypeBo from(DelegateType immutable)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.