Package com.aspose.tasks.cloud.model
Class OutlineValue
java.lang.Object
com.aspose.tasks.cloud.model.OutlineValue
Represents an outline value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
The description of an outline value.The Guid of an outline code value.The Id of a parent node of an outline code.getType()
The outline code type.getValue()
The actual value.The unique Id of an outline code value within a project.int
hashCode()
isCollapsed
(Boolean isCollapsed) Determines whether outline value is collapsed or not.parentValueId
(Integer parentValueId) void
setDescription
(String description) void
setFieldGuid
(String fieldGuid) void
setIsCollapsed
(Boolean isCollapsed) void
setParentValueId
(Integer parentValueId) void
setType
(OutlineValueType type) void
void
setValueId
(Integer valueId) toString()
type
(OutlineValueType type)
-
Constructor Details
-
OutlineValue
public OutlineValue()
-
-
Method Details
-
valueId
-
getValueId
The unique Id of an outline code value within a project.- Returns:
- valueId
-
setValueId
-
fieldGuid
-
getFieldGuid
The Guid of an outline code value.- Returns:
- fieldGuid
-
setFieldGuid
-
type
-
getType
The outline code type.- Returns:
- type
-
setType
-
parentValueId
-
getParentValueId
The Id of a parent node of an outline code.- Returns:
- parentValueId
-
setParentValueId
-
value
-
getValue
The actual value.- Returns:
- value
-
setValue
-
description
-
getDescription
The description of an outline value.- Returns:
- description
-
setDescription
-
isCollapsed
-
isIsCollapsed
Determines whether outline value is collapsed or not.- Returns:
- isCollapsed
-
setIsCollapsed
-
equals
-
hashCode
public int hashCode() -
toString
-