Class TimestampAnnotation

java.lang.Object
annotation.DataAnnotation
annotation.timestamp.TimestampAnnotation

public class TimestampAnnotation extends DataAnnotation
  • Constructor Details

  • 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