Package com.atlassian.crowd.model.audit
Class AuditLogEntryEntity
java.lang.Object
com.atlassian.crowd.model.audit.AuditLogEntryEntity
- All Implemented Interfaces:
AuditLogEntry
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAuditLogEntryEntity(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 TypeMethodDescriptionbooleangetId()inthashCode()voidsetChangeset(AuditLogChangesetEntity changeset) voidvoidsetNewValue(String newValue) voidsetOldValue(String oldValue) voidsetPropertyName(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:
getPropertyNamein interfaceAuditLogEntry
-
setPropertyName
-
getOldValue
- Specified by:
getOldValuein interfaceAuditLogEntry
-
setOldValue
-
getNewValue
- Specified by:
getNewValuein interfaceAuditLogEntry
-
setNewValue
-
getChangeset
-
setChangeset
-
equals
-
hashCode
public int hashCode() -
toString
-