@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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic RuleDelegationBo()
public String getDelegateRuleId()
public void setDelegateRuleId(String delegateRuleId)
public RuleBaseValues getDelegationRule()
RuleDelegationContractThis rule is run for the original rule as the delegate
getDelegationRule in interface RuleDelegationContractpublic 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()
RuleDelegationContractDetermines what kind of delegation the RuleDelegation is
getDelegationType in interface RuleDelegationContractpublic 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–2015 The Kuali Foundation. All rights reserved.