Class StatisticDTO

java.lang.Object
org.emau.icmvc.ganimed.ttp.cm2.dto.StatisticDTO
All Implemented Interfaces:
Serializable

public class StatisticDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • StatisticDTO

      public StatisticDTO(long id, Date entrydate, Map<String,Long> mappedStatValue)
    • StatisticDTO

      public StatisticDTO()
  • Method Details

    • getId

      public long getId()
      Returns:
      id
    • getEntrydate

      public Date getEntrydate()
      Returns:
      entrydate
    • getEntrydateWithoutTime

      public Date getEntrydateWithoutTime()
      Returns:
      entrydate without time component
    • getMappedStatValue

      public Map<String,Long> getMappedStatValue()
      Returns:
      mappedStatValue
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object