Package com.independentsoft.office
Class CustomDateProperty
java.lang.Object
com.independentsoft.office.CustomProperty
com.independentsoft.office.CustomDateProperty
The Class CustomDateProperty.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new custom date property.CustomDateProperty(String name, Date value)Instantiates a new custom date property. -
Method Summary
Methods inherited from class com.independentsoft.office.CustomProperty
getName, setName
-
Constructor Details
-
CustomDateProperty
public CustomDateProperty()Instantiates a new custom date property. -
CustomDateProperty
Instantiates a new custom date property.- Parameters:
name- the namevalue- the value
-
-
Method Details
-
clone
- Specified by:
clonein classCustomProperty
-
toString
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-