Package oracle.iam.oimcommon.vo.base
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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets risk-level of this account, in and of itself.Gets the date when risk was most recently calculated for this Account object.void
setItemRisk
(Integer itemRisk) Sets the item risk for accountvoid
setRiskUpdateDate
(Date riskUpdateDate) Sets the date when risk was most recently calculated for this account objectvoid
setSodRisk
(Integer tmpRisk) Methods inherited from class oracle.iam.oimcommon.vo.base.AbstractEntity
getCreateDate, getCreatedBy, getId, getName, getUpdateDate, getUpdatedBy, setCreateDate, setCreatedBy, setId, setName, setUpdateDate, setUpdatedBy
-
Constructor Details
-
AbstractRiskAwareEntity
public AbstractRiskAwareEntity()
-
-
Method Details
-
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
Sets the item risk for account- Parameters:
itemRisk
- Item risk for account
-
getSodRisk
-
setSodRisk
-
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
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
-