@Entity public class PeopleFlowMemberBo extends Object implements Serializable, PeopleFlowMemberContract, BusinessObject
| Constructor and Description |
|---|
PeopleFlowMemberBo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic PeopleFlowMemberBo()
public PeopleFlowBo getPeopleFlow()
public void setPeopleFlow(PeopleFlowBo peopleFlow)
public String getMemberId()
getMemberId in interface PeopleFlowMemberContractMemberType of the
instance.public String getMemberTypeCode()
public void setMemberTypeCode(String memberTypeCode)
public String getActionRequestPolicyCode()
public void setActionRequestPolicyCode(String actionRequestPolicyCode)
public String getResponsibilityId()
PeopleFlowMemberContractgetResponsibilityId in interface PeopleFlowMemberContractpublic void setResponsibilityId(String responsibilityId)
public int getPriority()
getPriority in interface PeopleFlowMemberContractpublic void setPriority(int priority)
public Long getVersionNumber()
public void setVersionNumber(Long versionNumber)
public String getMemberName()
public List<PeopleFlowDelegateBo> getDelegates()
getDelegates in interface PeopleFlowMemberContractpublic void setDelegates(List<PeopleFlowDelegateBo> delegates)
public void setMemberName(String memberName) throws InstantiationException, IllegalAccessException
public void setMemberId(String memberId)
public void updateRelatedObject()
public MemberType getMemberType()
getMemberType in interface PeopleFlowMemberContractMemberType of this member. Never null.public void setMemberType(MemberType type)
public ActionRequestPolicy getActionRequestPolicy()
PeopleFlowMemberContractMemberType is ROLE. If the member type is anything else, this value will not
be considered and should ideally be set to nullgetActionRequestPolicy in interface PeopleFlowMemberContractpublic static PeopleFlowMember to(PeopleFlowMemberBo memberBo)
public static PeopleFlowMemberBo from(PeopleFlowMember member, PeopleFlowBo peopleFlow)
public void refresh()
BusinessObjectDuring processing (for example accepting user input) the field values that participate in relationships can become out of sync with the related business objects (for example: suppose our business object has a property name bookId with a related object of type Book that contains the id property. If the user changes the value for the bookId property, our id property on the related book and the associated information is still pointing to the previous book id). This method is invoked to indicate the related objects should be refreshed based on their related keys. For @{link PersistableBusinessObject} implementations, most refreshes can be handled by the ORM tool
refresh in interface BusinessObjectCopyright © 2005–2014 The Kuali Foundation. All rights reserved.