Package com.dzidzi.dto.history
Class History
java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.history.History
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionHistory(UUID id, UUID userId, UUID modelId, HistoryOperation actionType, String details, String changeFrom, HistoryType historyType, String date, String time) -
Method Summary
-
Constructor Details
-
History
public History(UUID id, UUID userId, UUID modelId, HistoryOperation actionType, String details, String changeFrom, HistoryType historyType, String date, String time)
-
-
Method Details
-
builder
-
getUserId
-
getModelId
-
getActionType
-
getDetails
-
getChangeFrom
-
getHistoryType
-
getDate
-
getTime
-
setDate
-
setTime
-