@Entity public class EAuditLog extends Object implements de.taimos.dao.IEntity<Long>
| Constructor and Description |
|---|
EAuditLog() |
| Modifier and Type | Method and Description |
|---|---|
AuditType |
getAuditType() |
AuditCategory |
getCategory() |
Long |
getElementId() |
String |
getEntry() |
Long |
getId() |
Long |
getNewRev() |
Long |
getOrigRev() |
Long |
getTimestamp() |
String |
getUsername() |
void |
setAuditType(AuditType auditType) |
void |
setCategory(AuditCategory category) |
void |
setElementId(Long elementId) |
void |
setEntry(String entry) |
void |
setId(long id) |
void |
setNewRev(Long newRev) |
void |
setOrigRev(Long origRev) |
void |
setTimestamp(Long timestamp) |
void |
setUsername(String username) |
public void setId(long id)
id - the id to setpublic Long getTimestamp()
public void setTimestamp(Long timestamp)
timestamp - the timestamp to setpublic String getUsername()
public void setUsername(String username)
username - the user to setpublic String getEntry()
public void setEntry(String entry)
entry - the entry to setpublic AuditCategory getCategory()
public void setCategory(AuditCategory category)
category - the category to setpublic AuditType getAuditType()
public void setAuditType(AuditType auditType)
auditType - the auditType to setpublic Long getElementId()
public void setElementId(Long elementId)
elementId - the elementId to setpublic Long getOrigRev()
public void setOrigRev(Long origRev)
origRev - the origRev to setpublic Long getNewRev()
public void setNewRev(Long newRev)
newRev - the newRev to setCopyright © 2014 Cinovo AG. All Rights Reserved.