Package org.openiam.base.domain
Class AbstractKeyNameValueEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.base.domain.AbstractKeyNameValueEntity
-
- All Implemented Interfaces:
Serializable,BaseIdentity
- Direct Known Subclasses:
UserKey
@MappedSuperclass public abstract class AbstractKeyNameValueEntity extends AbstractKeyNameEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractKeyNameValueEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetValue()inthashCode()voidsetValue(String value)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-