Klasse IdentifierHistoryDTO

java.lang.Object
org.emau.icmvc.ttp.epix.common.model.IdentifierDTO
org.emau.icmvc.ttp.epix.common.model.IdentifierHistoryDTO
Alle implementierten Schnittstellen:
Serializable

public class IdentifierHistoryDTO extends IdentifierDTO
Autor:
moser
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getHistoryId

      public long getHistoryId()
    • setHistoryId

      public void setHistoryId(long historyId)
    • getHistoryTimestamp

      public Date getHistoryTimestamp()
    • setHistoryTimestamp

      public void setHistoryTimestamp(Date historyTimestamp)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)
    • getEvent

      public IdentifierHistoryEvent getEvent()
    • setEvent

      public void setEvent(IdentifierHistoryEvent event)
    • hashCode

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

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

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