Class ValueChangeEntity
java.lang.Object
de.fraunhofer.iese.mydata.common.MyDataEntity
de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity
Stores value change entity identifier comes from policy Object
-
Constructor Summary
ConstructorDescriptionDefault constructor for JPAValueChangeEntity
(Policy policy, String blockHash, String blockId, String value) Main constructor. -
Method Summary
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, toString, validate, validateAndNullCheck
-
Constructor Details
-
ValueChangeEntity
public ValueChangeEntity()Default constructor for JPA -
ValueChangeEntity
Main constructor.- Parameters:
policy
- policyblockHash
- hash of value-change blockblockId
- the block idvalue
- value of block
-
-
Method Details