Package oracle.iam.oimcommon.vo
Class PolicyAttributeValue
java.lang.Object
oracle.iam.oimcommon.vo.PolicyAttributeValue
- All Implemented Interfaces:
Serializable
Created by IntelliJ IDEA.
User: Jorge Solari
Date: 29-nov-2011
Time: 13:33:53
To change this template use File | Settings | File Templates.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributeId
(Long attributeId) void
setAttributeLabel
(String attributeLabel) void
setAttributeName
(String attributeName) void
setAttributeValue
(String attributeValue) void
setAttributeValueId
(Long attributeValueId) void
setCatalog
(Catalog catalog) void
setItemRisk
(Integer itemRisk) void
setLastCertificationDecision
(Integer lastCertificationDecision) void
setPolicyId
(Long policyId) void
setSummaryRisk
(Integer summaryRisk) void
setUdfAttributeMap
(Map<String, Object> udfAttributeMap)
-
Constructor Details
-
PolicyAttributeValue
public PolicyAttributeValue()
-
-
Method Details
-
getPolicyId
-
setPolicyId
-
setAttributeName
-
getAttributeName
-
setAttributeLabel
-
getAttributeLabel
-
setAttributeValueId
-
getAttributeValueId
-
setAttributeValue
-
getAttributeValue
-
setAttributeId
-
getAttributeId
-
setItemRisk
-
getItemRisk
-
setSummaryRisk
-
getSummaryRisk
-
setLastCertificationDecision
-
getLastCertificationDecision
-
setCatalog
-
getCatalog
-
setUdfAttributeMap
-
getUdfAttributeMap
-