Class CustomDateProperty

java.lang.Object
com.independentsoft.office.CustomProperty
com.independentsoft.office.CustomDateProperty

public class CustomDateProperty extends CustomProperty
The Class CustomDateProperty.
  • Constructor Details

    • CustomDateProperty

      public CustomDateProperty()
      Instantiates a new custom date property.
    • CustomDateProperty

      public CustomDateProperty(String name, Date value)
      Instantiates a new custom date property.
      Parameters:
      name - the name
      value - the value
  • Method Details

    • clone

      public CustomDateProperty clone()
      Specified by:
      clone in class CustomProperty
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getValue

      public Date getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(Date value)
      Sets the value.
      Parameters:
      value - the new value