Package mc.core.model.base
Class EntityToAttributeParam
java.lang.Object
mc.core.model.system.PropertyEntity
mc.core.model.base.EntityToAttributeParam
- All Implemented Interfaces:
Serializable,IBaseEntity,ICoreEntity
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptiondefaultEntityToAttributeParam(EntityToAttribute entityToAttribute, String key, Serializable value, String valueClass) constructor with mandatory member -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()inthashCode()voidsetEntityToAttribute(EntityToAttribute entityToAttribute) voidsetValue(Serializable value) toString()Methods inherited from class mc.core.model.system.PropertyEntity
getId, getValue, getValueClass, setId, setKey, setValueClass
-
Constructor Details
-
EntityToAttributeParam
public EntityToAttributeParam()default -
EntityToAttributeParam
public EntityToAttributeParam(EntityToAttribute entityToAttribute, String key, Serializable value, String valueClass) constructor with mandatory member
-
-
Method Details
-
getKey
-
getEntityToAttribute
-
setEntityToAttribute
-
setValue
- Overrides:
setValuein classPropertyEntity
-
equals
- Overrides:
equalsin classPropertyEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classPropertyEntity
-
toString
- Overrides:
toStringin classPropertyEntity
-