Class ArgumentLiteral<T>
- java.lang.Object
-
- org.exoplatform.commons.api.notification.model.ArgumentLiteral<T>
-
-
Constructor Summary
Constructors Constructor Description ArgumentLiteral(Class<T> type)ArgumentLiteral(Class<T> type, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArgumentLiteral<T>clone()booleanequals(Object obj)StringgetKey()Class<T>getType()inthashCode()
-
-
-
Method Detail
-
getKey
public String getKey()
-
clone
public ArgumentLiteral<T> clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
-