Class HistorySnapshot
java.lang.Object
ch.tocco.nice2.persist.history.api.HistoryEntry
ch.tocco.nice2.persist.history.api.HistorySnapshot
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionHistorySnapshot
(Version version, String entityModel, String entityKey, @Nullable BusinessUnit businessUnit, byte[] data) -
Method Summary
Methods inherited from class ch.tocco.nice2.persist.history.api.HistoryEntry
getBusinessUnit, getEntityKey, getEntityModel, getVersion
-
Constructor Details
-
HistorySnapshot
public HistorySnapshot(Version version, String entityModel, String entityKey, @Nullable @Nullable BusinessUnit businessUnit, byte[] data)
-
-
Method Details
-
getData
public byte[] getData()
-