Package com.atlassian.crowd.model.audit
Class AuditLogEntryEntity
java.lang.Object
com.atlassian.crowd.model.audit.AuditLogEntryEntity
- All Implemented Interfaces:
AuditLogEntry
-
Constructor Summary
ModifierConstructorDescriptionprotected
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) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
int
hashCode()
void
setChangeset
(AuditLogChangesetEntity changeset) void
void
setNewValue
(String newValue) void
setOldValue
(String oldValue) void
setPropertyName
(String propertyName) toString()
-
Constructor Details
-
AuditLogEntryEntity
protected AuditLogEntryEntity() -
AuditLogEntryEntity
-
AuditLogEntryEntity
-
AuditLogEntryEntity
public AuditLogEntryEntity(Long id, String propertyName, String oldValue, String newValue, AuditLogChangesetEntity changeset) -
AuditLogEntryEntity
-
-
Method Details
-
getId
-
setId
-
getPropertyName
- Specified by:
getPropertyName
in interfaceAuditLogEntry
- Returns:
- the name of the property that was modified in the event represented by this audit log entry
-
setPropertyName
-
getOldValue
- Specified by:
getOldValue
in interfaceAuditLogEntry
- Returns:
- the string representation of the modified property before modification
-
setOldValue
-
getNewValue
- Specified by:
getNewValue
in interfaceAuditLogEntry
- Returns:
- the string representation of the modified property after modification
-
setNewValue
-
getChangeset
-
setChangeset
-
equals
-
hashCode
public int hashCode() -
toString
-