Package io.vertigo.audit.trace
Class Trace
- java.lang.Object
-
- io.vertigo.audit.trace.Trace
-
- All Implemented Interfaces:
DtObject
,Serializable
public final class Trace extends Object implements DtObject
This class defines the Auditing Trace for an Object.- Author:
- xdurand
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getBusinessDate()
String
getCategory()
String
getContext()
Instant
getExecutionDate()
Long
getId()
Long
getItem()
String
getMessage()
String
getUsername()
void
setId(Long id)
String
toString()
-
-
-
Method Detail
-
getId
public Long getId()
- Returns:
- the id
-
setId
public void setId(Long id)
- Parameters:
id
- the id to set
-
getCategory
public String getCategory()
- Returns:
- the category
-
getUsername
public String getUsername()
- Returns:
- the user
-
getBusinessDate
public Instant getBusinessDate()
- Returns:
- the businessDate
-
getExecutionDate
public Instant getExecutionDate()
- Returns:
- the executionDate
-
getItem
public Long getItem()
- Returns:
- the item
-
getMessage
public String getMessage()
- Returns:
- the message
-
getContext
public String getContext()
- Returns:
- the context
-
-