Class UserAction
java.lang.Object
tech.ailef.dbadmin.internal.model.UserAction
An write operation executed by a user from the web UI. This class
only holds metadata about the operation and not anything
concrete yet (e.g. a diff or SQL query) about what change was performed.
-
Constructor Summary
ConstructorsConstructorDescriptionUserAction
(String onTable, String primaryKey, String actionType, String javaClass) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getSql()
void
setActionType
(String actionType) void
setCreatedAt
(LocalDateTime createdAt) void
void
setJavaClass
(String javaClass) void
setOnTable
(String onTable) void
setPrimaryKey
(String primaryKey) void
-
Constructor Details
-
UserAction
public UserAction() -
UserAction
-
-
Method Details
-
getId
-
setId
-
getCreatedAt
-
setCreatedAt
-
getSql
-
setSql
-
getOnTable
-
setOnTable
-
getPrimaryKey
-
setPrimaryKey
-
getActionType
-
setActionType
-
getFormattedDate
-
getJavaClass
-
setJavaClass
-