Interface DateAttribute

  • All Superinterfaces:
    Attribute, Entity, Resource, Serializable

    public interface DateAttribute
    extends Attribute
    Represents an attribute containing a date (timestamp) as value
    • Method Detail

      • getValue

        Long getValue()
        Returns the date (timestamp) value of this attribute. The date is represented as the number of milliseconds since epoch (January 1st 1970 midnight UTC/GMT).
        Specified by:
        getValue in interface Attribute
        Returns:
        the date (timestamp) value of this attribute.