@Portable @Entity public class AuditEntryBean extends Object implements Serializable
| Constructor and Description |
|---|
AuditEntryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedOn() |
String |
getData() |
String |
getEntityId() |
AuditEntityType |
getEntityType() |
String |
getEntityVersion() |
Long |
getId() |
String |
getOrganizationId() |
AuditEntryType |
getWhat() |
String |
getWho() |
void |
setCreatedOn(Date createdOn) |
void |
setData(String data) |
void |
setEntityId(String entityId) |
void |
setEntityType(AuditEntityType entityType) |
void |
setEntityVersion(String entityVersion) |
void |
setId(Long id) |
void |
setOrganizationId(String organizationId) |
void |
setWhat(AuditEntryType what) |
void |
setWho(String who) |
public Long getId()
public void setId(Long id)
id - the id to setpublic String getWho()
public void setWho(String who)
who - the who to setpublic String getOrganizationId()
public void setOrganizationId(String organizationId)
organizationId - the organizationId to setpublic AuditEntityType getEntityType()
public void setEntityType(AuditEntityType entityType)
entityType - the entityType to setpublic String getEntityId()
public void setEntityId(String entityId)
entityId - the entityId to setpublic String getEntityVersion()
public void setEntityVersion(String entityVersion)
entityVersion - the entityVersion to setpublic AuditEntryType getWhat()
public void setWhat(AuditEntryType what)
what - the type to setpublic String getData()
public void setData(String data)
data - the data to setpublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.