Class AbstractRiskAwareEntity

java.lang.Object
oracle.iam.oimcommon.vo.base.AbstractEntity
oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Account, ApplicationInstance, AttributeCategory, AttributeDefinition, EntitlementDefinition, Resource, Role

public abstract class AbstractRiskAwareEntity extends AbstractEntity implements Serializable
See Also:
  • Constructor Details

    • AbstractRiskAwareEntity

      public AbstractRiskAwareEntity()
  • Method Details

    • getItemRisk

      public Integer getItemRisk()
      Gets risk-level of this account, in and of itself. Drawn from the item-risk of the corresponding Resource (Application-Instance)
      Returns:
      Item risk for account
    • setItemRisk

      public void setItemRisk(Integer itemRisk)
      Sets the item risk for account
      Parameters:
      itemRisk - Item risk for account
    • getSodRisk

      public Integer getSodRisk()
    • setSodRisk

      public void setSodRisk(Integer tmpRisk)
    • getRiskUpdateDate

      public Date getRiskUpdateDate()
      Gets the date when risk was most recently calculated for this Account object.
      Returns:
      Date when the risk was last calculated for this account
    • setRiskUpdateDate

      public void setRiskUpdateDate(Date riskUpdateDate)
      Sets the date when risk was most recently calculated for this account object
      Parameters:
      riskUpdateDate - Date when the risk was last calculated for this account