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 Link icon

    • TimestampAnnotation Link icon

      public TimestampAnnotation(T dataAnnotationType)
  • Method Details Link icon

    • getTimestamp Link icon

      public long getTimestamp()
      Returns:
      the string
    • setTimestamp Link icon

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

      public String toString()
      Overrides:
      toString in class Object