Package mc.core.model.system
Class PropertyEntity
java.lang.Object
mc.core.model.system.PropertyEntity
- All Implemented Interfaces:
Serializable,IBaseEntity,ICoreEntity
- Direct Known Subclasses:
ConverterProperty,EntityToAttributeParam,ReportingProperty
abstract base entity for storing key/value pairs with type info (see also mc.core.system.util.misc.Property
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPropertyEntity(String key, Serializable value, String valueClass) PropertyEntity(PropertyEntity source) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetId()getValue()inthashCode()voidsetId(long id) voidvoidsetValue(Serializable value) voidsetValueClass(String valueClass) toString()
-
Constructor Details
-
PropertyEntity
public PropertyEntity() -
PropertyEntity
-
PropertyEntity
-
-
Method Details
-
getId
public long getId()- Specified by:
getIdin interfaceIBaseEntity
-
setId
public void setId(long id) - Specified by:
setIdin interfaceIBaseEntity
-
setKey
-
getValue
-
setValue
-
getValueClass
-
setValueClass
-
equals
-
hashCode
public int hashCode() -
toString
-