Package org.openiam.am.srvc.dto
Class AbstractMeta<T extends AbstractPatternMetaValue>
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.am.srvc.dto.AbstractMeta<T>
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
- Direct Known Subclasses:
URIPatternMeta
,URIPatternMethodMeta
public abstract class AbstractMeta<T extends AbstractPatternMetaValue> extends KeyNameDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected URIPatternMetaType
metaType
-
Fields inherited from class org.openiam.base.KeyNameDTO
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description AbstractMeta()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
addMetaValue(AbstractPatternMetaValue value)
abstract Set<T>
getMetaValueSet()
-
Methods inherited from class org.openiam.base.KeyNameDTO
equals, getName, hashCode, setName, toString
-
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
-
-
-
-
Field Detail
-
metaType
protected URIPatternMetaType metaType
-
-
Method Detail
-
addMetaValue
public abstract void addMetaValue(AbstractPatternMetaValue value)
-
-