Class AuditLogEntryEntity

java.lang.Object
com.atlassian.crowd.model.audit.AuditLogEntryEntity
All Implemented Interfaces:
AuditLogEntry

public class AuditLogEntryEntity extends Object implements AuditLogEntry
  • Constructor Details

    • AuditLogEntryEntity

      protected AuditLogEntryEntity()
    • AuditLogEntryEntity

      public AuditLogEntryEntity(String propertyName, String oldValue, String newValue)
    • AuditLogEntryEntity

      public AuditLogEntryEntity(Long id, String propertyName, String oldValue, String newValue)
    • AuditLogEntryEntity

      public AuditLogEntryEntity(Long id, String propertyName, String oldValue, String newValue, AuditLogChangesetEntity changeset)
    • AuditLogEntryEntity

      public AuditLogEntryEntity(AuditLogEntry auditLogEntry)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getPropertyName

      public String getPropertyName()
      Specified by:
      getPropertyName in interface AuditLogEntry
      Returns:
      the name of the property that was modified in the event represented by this audit log entry
    • setPropertyName

      public void setPropertyName(String propertyName)
    • getOldValue

      public String getOldValue()
      Specified by:
      getOldValue in interface AuditLogEntry
      Returns:
      the string representation of the modified property before modification
    • setOldValue

      public void setOldValue(String oldValue)
    • getNewValue

      public String getNewValue()
      Specified by:
      getNewValue in interface AuditLogEntry
      Returns:
      the string representation of the modified property after modification
    • setNewValue

      public void setNewValue(String newValue)
    • getChangeset

      public AuditLogChangesetEntity getChangeset()
    • setChangeset

      public void setChangeset(AuditLogChangesetEntity changeset)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object