Klasse IdentityHistoryDTO

Alle implementierten Schnittstellen:
Serializable

public class IdentityHistoryDTO extends IdentityOutBaseDTO
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • IdentityHistoryDTO

      public IdentityHistoryDTO()
    • IdentityHistoryDTO

      public IdentityHistoryDTO(IdentityOutBaseDTO superDTO, long historyId, Date historyTimestamp, IdentityHistoryEvent event, double matchingScore, long matchingIdentityId, String comment, String user)
  • Methodendetails

    • 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)
    • getMatchingIdentityId

      public double getMatchingIdentityId()
    • setMatchingIdentityId

      public void setMatchingIdentityId(long matchingIdentityId)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse IdentityOutBaseDTO
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse IdentityOutBaseDTO
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse IdentityOutBaseDTO