Class PolicyAttributeEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.idm.srvc.policy.domain.PolicyAttributeEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class PolicyAttributeEntity extends KeyEntity
PolicyAttribute is used to add additional attributes to a policy object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolicyAttributeEntity(String policyAttrId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PolicyAttributeEntity o)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Constructor Detail
-
PolicyAttributeEntity
public PolicyAttributeEntity(String policyAttrId)
-
-
Method Detail
-
compareTo
public int compareTo(PolicyAttributeEntity o)
-
-