Class ValueChangeEntity
- java.lang.Object
-
- de.fraunhofer.iese.mydata.common.MyDataEntity
-
- de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity
-
@Entity(name="value_change_entity") public class ValueChangeEntity extends MyDataEntity
Stores value change entity identifier comes from policy Object
-
-
Constructor Summary
Constructors Constructor Description ValueChangeEntity()
Default constructor for JPAValueChangeEntity(Policy policy, String blockHash, String blockId, String value)
Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Equals method.-
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, toString, validate, validateAndNullCheck
-
-