Package com.aspose.tasks.cloud.model
Class DocumentProperty
java.lang.Object
com.aspose.tasks.cloud.model.LinkElement
com.aspose.tasks.cloud.model.DocumentProperty
Represents project document's property.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aspose.tasks.cloud.model.LinkElement
getLink, link, setLink
-
Constructor Details
-
DocumentProperty
public DocumentProperty()
-
-
Method Details
-
name
-
getName
Name of the document property.- Returns:
- name
-
setName
-
value
-
getValue
String value of the document property.- Returns:
- value
-
setValue
-
equals
- Overrides:
equals
in classLinkElement
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLinkElement
-
toString
- Overrides:
toString
in classLinkElement
-