public class AuditLogEntryEntity extends Object implements AuditLogEntry
| Modifier | Constructor and Description |
|---|---|
protected |
AuditLogEntryEntity() |
|
AuditLogEntryEntity(AuditLogEntry auditLogEntry) |
|
AuditLogEntryEntity(Long id,
String propertyName,
String oldValue,
String newValue) |
|
AuditLogEntryEntity(Long id,
String propertyName,
String oldValue,
String newValue,
AuditLogChangesetEntity changeset) |
|
AuditLogEntryEntity(String propertyName,
String oldValue,
String newValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AuditLogChangesetEntity |
getChangeset() |
Long |
getId() |
String |
getNewValue() |
String |
getOldValue() |
String |
getPropertyName() |
int |
hashCode() |
void |
setChangeset(AuditLogChangesetEntity changeset) |
void |
setId(Long id) |
void |
setNewValue(String newValue) |
void |
setOldValue(String oldValue) |
void |
setPropertyName(String propertyName) |
String |
toString() |
protected AuditLogEntryEntity()
public AuditLogEntryEntity(String propertyName, String oldValue, String newValue)
public AuditLogEntryEntity(Long id, String propertyName, String oldValue, String newValue)
public AuditLogEntryEntity(Long id, String propertyName, String oldValue, String newValue, AuditLogChangesetEntity changeset)
public AuditLogEntryEntity(AuditLogEntry auditLogEntry)
public Long getId()
public void setId(Long id)
public String getPropertyName()
getPropertyName in interface AuditLogEntrypublic void setPropertyName(String propertyName)
public String getOldValue()
getOldValue in interface AuditLogEntrypublic void setOldValue(String oldValue)
public String getNewValue()
getNewValue in interface AuditLogEntrypublic void setNewValue(String newValue)
public AuditLogChangesetEntity getChangeset()
public void setChangeset(AuditLogChangesetEntity changeset)
Copyright © 2019 Atlassian. All rights reserved.