Skip navigation links


oracle.iam.grc.sod.vo
Class RuleElement

java.lang.Object
  extended by oracle.iam.grc.sod.vo.RuleElement

All Implemented Interfaces:
java.io.Serializable

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

This value object represents the logic of a SoD policy

See Also:
Serialized Form

Constructor Summary
RuleElement()
           

 

Method Summary
 int getConnectingOperator()
           
 Duty[] getMemberDuties()
           
 void setConnectingOperator(int connectingOperator)
           
 void setDutyList(Duty[] dutyList)
           

 

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

 

Constructor Detail

RuleElement

public RuleElement()

Method Detail

getMemberDuties

public Duty[] getMemberDuties()

setDutyList

public void setDutyList(Duty[] dutyList)

getConnectingOperator

public int getConnectingOperator()

setConnectingOperator

public void setConnectingOperator(int connectingOperator)

Skip navigation links


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