public class AuditingData extends Object
| Constructor and Description |
|---|
AuditingData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
UUID |
getEntityId() |
String |
getEntityType() |
long |
getTimestamp() |
Auditing.AuditingType |
getType() |
void |
setData(String data) |
void |
setEntityId(UUID entityId) |
void |
setEntityType(String entityType) |
void |
setTimestamp(long timestamp) |
void |
setType(Auditing.AuditingType type) |
public Auditing.AuditingType getType()
public void setType(Auditing.AuditingType type)
public UUID getEntityId()
public void setEntityId(UUID entityId)
public String getEntityType()
public void setEntityType(String entityType)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getData()
public void setData(String data)
Copyright © 2017. All Rights Reserved.