@Entity public class RuleDelegationBo extends PersistableBusinessObjectBase implements RuleDelegationContract
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
RuleDelegationBo() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public RuleDelegationBo()
public String getDelegateRuleId()
public void setDelegateRuleId(String delegateRuleId)
public RuleBaseValues getDelegationRule()
RuleDelegationContract
This rule is run for the original rule as the delegate
getDelegationRule
in interface RuleDelegationContract
public RuleBaseValues getDelegationRuleBaseValues()
public void setDelegationRuleBaseValues(RuleBaseValues delegationRuleBaseValues)
public void setDelegationRule(RuleBaseValues delegationRule)
public void setDelegationTypeCode(String delegationTypeCode)
delegationTypeCode
- the DelegationType codepublic String getDelegationTypeCode()
public DelegationType getDelegationType()
RuleDelegationContract
Determines what kind of delegation the RuleDelegation is
getDelegationType
in interface RuleDelegationContract
public void setDelegationType(DelegationType delegationType)
public String getRuleDelegationId()
public void setRuleDelegationId(String ruleDelegationId)
public RuleResponsibilityBo getRuleResponsibility()
public DocumentType getDocumentType()
public String getResponsibilityId()
public void setResponsibilityId(String ruleResponsibilityId)
public String getGroupReviewerName()
public String getGroupReviewerNamespace()
public String getPersonReviewer()
public void setGroupReviewerName(String groupReviewerName)
public void setGroupReviewerNamespace(String groupReviewerNamespace)
public void setPersonReviewer(String personReviewer)
public String getPersonReviewerType()
public void setPersonReviewerType(String personReviewerType)
public GroupBo getGroupBo()
public PersonImpl getPersonImpl()
public static RuleDelegation to(RuleDelegationBo bo)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.