Class IdentityHistoryDTO

All Implemented Interfaces:
Serializable

public class IdentityHistoryDTO extends IdentityOutBaseDTO
Author:
geidell
See Also:
  • Constructor Details

  • Method Details

    • getHistoryId

      public long getHistoryId()
    • setHistoryId

      public void setHistoryId(long historyId)
    • getHistoryTimestamp

      public Date getHistoryTimestamp()
    • setHistoryTimestamp

      public void setHistoryTimestamp(Date historyTimestamp)
    • getEvent

      public IdentityHistoryEvent getEvent()
    • setEvent

      public void setEvent(IdentityHistoryEvent event)
    • getMatchingScore

      public double getMatchingScore()
    • setMatchingScore

      public void setMatchingScore(double matchingScore)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class IdentityOutBaseDTO
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class IdentityOutBaseDTO
    • toString

      public String toString()
      Overrides:
      toString in class IdentityOutBaseDTO