Skip navigation links


oracle.iam.certification.vo
Class AttributeGlossaryItem

java.lang.Object
  extended by oracle.iam.oimcommon.vo.base.AbstractEntity
      extended by oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
          extended by oracle.iam.oimcommon.vo.EntitlementDefinition
              extended by oracle.iam.certification.vo.AttributeGlossaryItem

All Implemented Interfaces:
java.io.Serializable

public class AttributeGlossaryItem
extends EntitlementDefinition
See Also:
Serialized Form

Constructor Summary
AttributeGlossaryItem()
           

 

Method Summary
 IDCAttribute getAttribute()
           
 java.lang.String getName()
          Gets the name of account on resource.
 Resource getResource()
           
 void setAttribute(IDCAttribute attribute)
           
 void setResource(Resource resource)
           

 

Methods inherited from class oracle.iam.oimcommon.vo.EntitlementDefinition
getAttributeName, getAttributeValue, getGlossaryDefinition, getId, getOwnerID, getShortDescription, setAttributeName, setAttributeValue, setGlossaryDefinition, setId, setOwnerID, setShortDescription

 

Methods inherited from class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
getItemRisk, getRiskUpdateDate, getSodRisk, setItemRisk, setRiskUpdateDate, setSodRisk

 

Methods inherited from class oracle.iam.oimcommon.vo.base.AbstractEntity
getCreateDate, getCreatedBy, getUpdateDate, getUpdatedBy, setCreateDate, setCreatedBy, setName, setUpdateDate, setUpdatedBy

 

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

 

Constructor Detail

AttributeGlossaryItem

public AttributeGlossaryItem()

Method Detail

getName

public java.lang.String getName()
Description copied from class: AbstractEntity
Gets the name of account on resource. (can be a loginName/'ACCOUNTNAME' tag in Data Collection api)
Overrides:
getName in class AbstractEntity
Returns:
Account Name

setAttribute

public void setAttribute(IDCAttribute attribute)

getAttribute

public IDCAttribute getAttribute()

setResource

public void setResource(Resource resource)

getResource

public Resource getResource()

Skip navigation links


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