Skip navigation links


oracle.iam.grc.sod.vo
Class Violation

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

All Implemented Interfaces:
java.io.Serializable

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

This Value Object stores the Sod Violation details in case violation happens.

See Also:
Serialized Form

Constructor Summary
Violation()
           

 

Method Summary
 Duty[] getDutyList()
           
 Policy getPolicy()
           
 void setDutyList(Duty[] dutyList)
           
 void setPolicy(Policy policy)
           

 

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

 

Constructor Detail

Violation

public Violation()

Method Detail

getDutyList

public Duty[] getDutyList()

setDutyList

public void setDutyList(Duty[] dutyList)

getPolicy

public Policy getPolicy()

setPolicy

public void setPolicy(Policy policy)

Skip navigation links


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