Package org.openiam.am.srvc.dto
Class URIPatternMethodMeta
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.am.srvc.dto.AbstractMeta<URIPatternMethodMetaValue>
-
- org.openiam.am.srvc.dto.URIPatternMethodMeta
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class URIPatternMethodMeta extends AbstractMeta<URIPatternMethodMetaValue>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.am.srvc.dto.AbstractMeta
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 URIPatternMethodMeta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMetaValue(AbstractPatternMetaValue value)
boolean
equals(Object obj)
Set<URIPatternMethodMetaValue>
getMetaValueSet()
URIPatternMethod
getPatternMethod()
int
hashCode()
void
setMetaValueSet(Set<URIPatternMethodMetaValue> metaValueSet)
void
setPatternMethod(URIPatternMethod patternMethod)
String
toString()
-
Methods inherited from class org.openiam.base.KeyNameDTO
getName, setName
-
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
-
-
-
-
Method Detail
-
addMetaValue
public void addMetaValue(AbstractPatternMetaValue value)
- Specified by:
addMetaValue
in classAbstractMeta<URIPatternMethodMetaValue>
-
getMetaValueSet
public Set<URIPatternMethodMetaValue> getMetaValueSet()
- Specified by:
getMetaValueSet
in classAbstractMeta<URIPatternMethodMetaValue>
-
setMetaValueSet
public void setMetaValueSet(Set<URIPatternMethodMetaValue> metaValueSet)
-
getPatternMethod
public URIPatternMethod getPatternMethod()
-
setPatternMethod
public void setPatternMethod(URIPatternMethod patternMethod)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classKeyNameDTO
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classKeyNameDTO
-
toString
public String toString()
- Overrides:
toString
in classKeyNameDTO
-
-