Class PersonHistoryDTO

java.lang.Object
org.emau.icmvc.ttp.epix.common.model.PersonBaseDTO
org.emau.icmvc.ttp.epix.common.model.PersonHistoryDTO
All Implemented Interfaces:
Serializable

public class PersonHistoryDTO extends PersonBaseDTO
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)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)
    • getEvent

      public PersonHistoryEvent getEvent()
    • setEvent

      public void setEvent(PersonHistoryEvent event)
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class PersonBaseDTO