Class History
java.lang.Object
ch.tocco.nice2.persist.history.impl.store.History
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
@Nullable String
getPk()
void
setBusinessUnitId
(Long businessUnitId) void
setCommitId
(String commitId) void
setData
(HistoryData data) void
setEntityKey
(String entityKey) void
setEntityModel
(String entityModel) void
setIpAddress
(@Nullable String ipAddress) void
setOperation
(String operation) void
void
setTimestamp
(ZonedDateTime timestamp) void
setUsername
(String username)
-
Constructor Details
-
History
public History()
-
-
Method Details
-
getPk
-
setPk
-
getUsername
-
setUsername
-
getCommitId
-
setCommitId
-
getIpAddress
-
setIpAddress
-
getTimestamp
-
setTimestamp
-
getData
-
setData
-
getEntityModel
-
setEntityModel
-
getEntityKey
-
setEntityKey
-
getOperation
-
setOperation
-
getBusinessUnitId
-
setBusinessUnitId
-