Class HistoricEventParameter
java.lang.Object
de.fraunhofer.iese.mydata.common.MyDataEntity
de.fraunhofer.iese.mydata.policy.event.history.HistoricEventParameter
Historic event parameter.
-
Constructor Summary
ConstructorDescriptionDefault constructor for JPAHistoricEventParameter
(String key, String value) Constructor.HistoricEventParameter
(String value, String key, String jsonPath) Constructor. -
Method Summary
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, toString, validate, validateAndNullCheck
-
Constructor Details
-
HistoricEventParameter
public HistoricEventParameter()Default constructor for JPA -
HistoricEventParameter
Constructor. Value of parameter is hashed and stored.- Parameters:
key
- name of parameter // * @param type type of parametervalue
- value of parameter.jsonPath
-
-
HistoricEventParameter
Constructor. Value of parameter is hashed and stored.- Parameters:
key
- name of parametervalue
- value of parameter.
-
-
Method Details