Class ContentFieldDate

All Implemented Interfaces:
Serializable

public class ContentFieldDate extends ContentField<ContentDate>
This field consists of a date value, represented by a ContentDate object.
See Also:
  • Constructor Details

    • ContentFieldDate

      public ContentFieldDate(ContentDate value)
  • Method Details

    • getValueAsString

      public String getValueAsString()
      Return a single string representation of the field value, regardless of the type. This works to get a string representation of primitive types like integer, decimal, text as a string but will only return the name of more complex types like references.
      Overrides:
      getValueAsString in class ContentField<ContentDate>
      Returns:
      String representation of value for field