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) booleanThe 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.inthashCode()isCollapsed(Boolean isCollapsed) Determines whether outline value is collapsed or not.parentValueId(Integer parentValueId) voidsetDescription(String description) voidsetFieldGuid(String fieldGuid) voidsetIsCollapsed(Boolean isCollapsed) voidsetParentValueId(Integer parentValueId) voidsetType(OutlineValueType type) voidvoidsetValueId(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
-