Klasse ContactHistoryDTO

Alle implementierten Schnittstellen:
Serializable

public class ContactHistoryDTO extends ContactOutDTO
Autor:
geidell
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getHistoryId

      public long getHistoryId()
    • setHistoryId

      public void setHistoryId(long historyId)
    • getHistoryTimestamp

      public Date getHistoryTimestamp()
    • setHistoryTimestamp

      public void setHistoryTimestamp(Date historyTimestamp)
    • getEvent

      public ContactHistoryEvent getEvent()
    • setEvent

      public void setEvent(ContactHistoryEvent event)
    • 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 ContactOutDTO
    • equals

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

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