Package org.openiam.elasticsearch.model
Class AbstractKeyNameDoc
- java.lang.Object
-
- org.openiam.elasticsearch.model.AbstractKeyDoc
-
- org.openiam.elasticsearch.model.AbstractKeyNameDoc
-
- All Implemented Interfaces:
Serializable,BaseIdentity
- Direct Known Subclasses:
AbstractAttributeDoc,AbstractMetadataTypeDoc,AbstractMetadataTypeKeyNameDoc,ManagedSysDoc,MetadataTypeDoc
public abstract class AbstractKeyNameDoc extends AbstractKeyDoc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractKeyNameDoc(AbstractKeyNameEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyName()StringgetName()voidsetKeyName(String name)voidsetName(String name)-
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
-
AbstractKeyNameDoc
protected AbstractKeyNameDoc(AbstractKeyNameEntity entity)
-
-