Package io.keikai.model.impl
Class CustomPropertyImpl
java.lang.Object
io.keikai.model.impl.CustomPropertyImpl
- All Implemented Interfaces:
SCustomProperty,Serializable
Default implementation of
SCustomProperty.- Since:
- 7.0.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.SCustomProperty
SCustomProperty.PropertyType -
Constructor Summary
ConstructorsConstructorDescriptionCustomPropertyImpl(String name, Object value, SCustomProperty.PropertyType type) -
Method Summary
-
Constructor Details
-
CustomPropertyImpl
-
-
Method Details
-
of
Factory method that infers the PropertyType from the value's class. -
getName
- Specified by:
getNamein interfaceSCustomProperty
-
getValue
- Specified by:
getValuein interfaceSCustomProperty
-
getType
- Specified by:
getTypein interfaceSCustomProperty
-
equals
-
hashCode
public int hashCode()
-