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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPerformed actionintgetId()Entry IDgetInfo()Additional infointgetObjId()ID of the object, the action was performed onintTimestamp of the actiongetType()Type of the object, the action was performed ongetUser()Lastname and Firstname of the acting UservoidsetAction(ActionModel action) Set actionvoidsetId(int id) Set the IDvoidSet infovoidsetObjId(int objId) Set object IDvoidsetTimestamp(int timestamp) Set the timestampvoidsetType(ActionLogType type) Set object typevoidSet 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
-