Class ActionLogEntry
java.lang.Object
com.gentics.contentnode.rest.model.response.log.ActionLogEntry
- All Implemented Interfaces:
Serializable
Model of an entry in the action log
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPerformed actionint
getId()
Entry IDgetInfo()
Additional infoint
getObjId()
ID of the object, the action was performed onint
Timestamp of the actiongetType()
Type of the object, the action was performed ongetUser()
Lastname and Firstname of the acting Uservoid
setAction
(ActionModel action) Set actionvoid
setId
(int id) Set the IDvoid
Set infovoid
setObjId
(int objId) Set object IDvoid
setTimestamp
(int timestamp) Set the timestampvoid
setType
(ActionLogType type) Set object typevoid
Set the user name
-
Constructor Details
-
ActionLogEntry
public ActionLogEntry()
-
-
Method Details
-
getId
public int getId()Entry ID- Returns:
- ID
-
setId
public void setId(int id) Set the ID- Parameters:
id
- ID
-
getUser
Lastname and Firstname of the acting User- Returns:
- user name
-
setUser
Set the user name- Parameters:
user
- name
-
getAction
Performed action- Returns:
- action
-
setAction
Set action- Parameters:
action
-
-
getType
Type of the object, the action was performed on- Returns:
- type
-
setType
Set object type- Parameters:
type
-
-
getObjId
public int getObjId()ID of the object, the action was performed on- Returns:
- object ID
-
setObjId
public void setObjId(int objId) Set object ID- Parameters:
objId
- ID
-
getTimestamp
public int getTimestamp()Timestamp of the action- Returns:
- timestamp
-
setTimestamp
public void setTimestamp(int timestamp) Set the timestamp- Parameters:
timestamp
- timestamp
-
getInfo
Additional info- Returns:
- info
-
setInfo
Set info- Parameters:
info
- info
-