public class ActionLogEntry extends Object implements Serializable
Constructor and Description |
---|
ActionLogEntry() |
Modifier and Type | Method and Description |
---|---|
ActionModel |
getAction()
Performed action
|
int |
getId()
Entry ID
|
String |
getInfo()
Additional info
|
int |
getObjId()
ID of the object, the action was performed on
|
int |
getTimestamp()
Timestamp of the action
|
ActionLogType |
getType()
Type of the object, the action was performed on
|
String |
getUser()
Lastname and Firstname of the acting User
|
void |
setAction(ActionModel action)
Set action
|
void |
setId(int id)
Set the ID
|
void |
setInfo(String info)
Set info
|
void |
setObjId(int objId)
Set object ID
|
void |
setTimestamp(int timestamp)
Set the timestamp
|
void |
setType(ActionLogType type)
Set object type
|
void |
setUser(String user)
Set the user name
|
public int getId()
public void setId(int id)
id
- IDpublic String getUser()
public void setUser(String user)
user
- namepublic ActionModel getAction()
public void setAction(ActionModel action)
action
- public ActionLogType getType()
public void setType(ActionLogType type)
type
- public int getObjId()
public void setObjId(int objId)
objId
- IDpublic int getTimestamp()
public void setTimestamp(int timestamp)
timestamp
- timestamppublic String getInfo()
public void setInfo(String info)
info
- infoCopyright © 2024 Gentics Software. All rights reserved.