@Entity public class Auditing extends Object implements Entity, Identifiable, Stampable
| Modifier and Type | Class and Description |
|---|---|
static class |
Auditing.AuditingType |
| Constructor and Description |
|---|
Auditing() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getData() |
Date |
getDate() |
UUID |
getId() |
Date |
getLastUpdate() |
Principal |
getPrincipal() |
Tenant |
getTenant() |
Auditing.AuditingType |
getType() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setData(String data) |
void |
setDate(Date date) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setPrincipal(Principal principal) |
void |
setTenant(Tenant tenant) |
void |
setType(Auditing.AuditingType type) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Auditing.AuditingType getType()
public void setType(Auditing.AuditingType type)
public Date getDate()
public void setDate(Date date)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface Stampablepublic Principal getCreator()
public void setCreator(Principal creator)
public Tenant getTenant()
public void setTenant(Tenant tenant)
public Principal getPrincipal()
public void setPrincipal(Principal principal)
public String getData()
public void setData(String data)
Copyright © 2017. All Rights Reserved.