Class TZHistoryImp

java.lang.Object
com.deniz.jira.worklog.data.TZHistoryImp
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class TZHistoryImp
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable
TZHistory implementation class.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TZHistoryImp​(TZHistory tzHistory)  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(java.lang.Object o)  
    boolean equals​(java.lang.Object o)  
    long getActivationDate()  
    java.util.TimeZone getTimeZone()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getActivationDate

      public long getActivationDate()
    • getTimeZone

      public java.util.TimeZone getTimeZone()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • compareTo

      public int compareTo​(@Nullable java.lang.Object o)
      Specified by:
      compareTo in interface java.lang.Comparable
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object