public class PeopleFlowDelegateBo extends PersistableBusinessObjectBase implements PeopleFlowDelegateContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
PeopleFlowDelegateBo() |
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 PeopleFlowDelegateBo()
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 getPeopleFlowMemberId()
public void setPeopleFlowMemberId(String value)
public String getMemberId()
getMemberId in interface PeopleFlowDelegateContractpublic String getMemberTypeCode()
public void setMemberTypeCode(String value)
public String getActionRequestPolicyCode()
public void setActionRequestPolicyCode(String value)
public String getDelegationTypeCode()
public void setDelegationTypeCode(String value)
public String getResponsibilityId()
getResponsibilityId in interface PeopleFlowDelegateContractpublic void setResponsibilityId(String value)
public String getMemberName()
public void setPerson(org.kuali.rice.kim.api.identity.Person value)
public void setGroup(org.kuali.rice.kim.framework.group.GroupEbo value)
public void setRole(org.kuali.rice.kim.framework.role.RoleEbo value)
public org.kuali.rice.kim.api.identity.Person getPerson()
public org.kuali.rice.kim.framework.group.GroupEbo getGroup()
public org.kuali.rice.kim.framework.role.RoleEbo getRole()
public void setMemberName(String memberName)
public void setMemberId(String memberId)
public void updateRelatedObject()
public MemberType getMemberType()
getMemberType in interface PeopleFlowDelegateContractpublic void setMemberType(MemberType type)
public ActionRequestPolicy getActionRequestPolicy()
getActionRequestPolicy in interface PeopleFlowDelegateContractpublic DelegationType getDelegationType()
getDelegationType in interface PeopleFlowDelegateContractpublic void setDelegationType(DelegationType delegationType)
public static PeopleFlowDelegate to(PeopleFlowDelegateBo delegateBo)
public static PeopleFlowDelegateBo from(PeopleFlowDelegate delegate)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.