Class TimestampAnnotation<T extends DataAnnotationType<?>>

java.lang.Object
annotation.DataAnnotation<T>
annotation.timestamp.TimestampAnnotation<T>

public class TimestampAnnotation<T extends DataAnnotationType<?>> extends DataAnnotation<T>
  • Constructor Details

    • TimestampAnnotation

      public TimestampAnnotation(T dataAnnotationType)
  • Method Details

    • getTimestamp

      public long getTimestamp()
      Returns:
      the string
    • setTimestamp

      public void setTimestamp(long string)
      Parameters:
      string - the string to set
    • toString

      public String toString()
      Overrides:
      toString in class Object