Skip navigation links


oracle.iam.grc.sod.vo
Class DutyType

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

All Implemented Interfaces:
java.io.Serializable

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

This Interface is a representation of a duty type in SoD Engine. An instance of its implementation would need to be created by the IdM system PEP, and will get utilized to form the input of SoD analysis. Any DutyType in the SoD Engine would exist within the domain of a source datatstore type and therefore the value object has a place to hold the relevant details.

See Also:
Serialized Form

Constructor Summary
DutyType()
           

 

Method Summary
 Attribute[] getAttributes()
           
 java.lang.String getName()
           
 void setAttributes(Attribute[] attributes)
           
 void setName(java.lang.String name)
           

 

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

 

Constructor Detail

DutyType

public DutyType()

Method Detail

getAttributes

public Attribute[] getAttributes()
Returns:
Returns the attributes.

setAttributes

public void setAttributes(Attribute[] attributes)
Parameters:
attributes - The attributes to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

Skip navigation links


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