Class AbstractKey
- java.lang.Object
-
- org.pepstock.charba.client.commons.AbstractKey
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractKey(String value)
Builds the object with the custom key value as string
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
value()
Returns the name value of property
-