Skip navigation links


oracle.iam.request.vo
Class ApprovalPolicyRule

java.lang.Object
  extended by oracle.iam.request.vo.ApprovalPolicyRule

All Implemented Interfaces:
java.io.Serializable

public class ApprovalPolicyRule
extends java.lang.Object
implements java.io.Serializable

Rule to be defined with approval policy

See Also:
Serialized Form

Constructor Summary
ApprovalPolicyRule()
           

 

Method Summary
 RuleElement[] getApprovalRuleElements()
           
 java.lang.String getRuleDesc()
           
 java.lang.String getRuleExpression()
           
 long getRuleKey()
           
 java.lang.String getRuleName()
           
 long getRulePriority()
           
 java.lang.String getRuleType()
           
 void setApprovalRuleElements(RuleElement[] param)
           
 void setRuleDesc(java.lang.String ruleDesc)
           
 void setRuleExpression(java.lang.String ruleExpression)
           
 void setRuleName(java.lang.String ruleName)
           
 void setRulePriority(long rulePriority)
           
 void setRuleType(java.lang.String ruleType)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ApprovalPolicyRule

public ApprovalPolicyRule()

Method Detail

setApprovalRuleElements

public void setApprovalRuleElements(RuleElement[] param)

getApprovalRuleElements

public RuleElement[] getApprovalRuleElements()

getRuleExpression

public java.lang.String getRuleExpression()

setRuleExpression

public void setRuleExpression(java.lang.String ruleExpression)

getRuleName

public java.lang.String getRuleName()

setRuleName

public void setRuleName(java.lang.String ruleName)

getRuleType

public java.lang.String getRuleType()

setRuleType

public void setRuleType(java.lang.String ruleType)

getRuleDesc

public java.lang.String getRuleDesc()

setRuleDesc

public void setRuleDesc(java.lang.String ruleDesc)

getRuleKey

public long getRuleKey()

getRulePriority

public long getRulePriority()

setRulePriority

public void setRulePriority(long rulePriority)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.