Package com.aspose.tasks.cloud.model
Class OutlineCode
java.lang.Object
com.aspose.tasks.cloud.model.OutlineCode
Represents a value of an outline code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The number value of the project Id (Pid) custom field.The Guid of the value in the value list.The Id in the value list associated with the definition in the outline code collection.int
hashCode()
void
setFieldId
(String fieldId) void
setValueGuid
(String valueGuid) void
setValueId
(Integer valueId) toString()
-
Constructor Details
-
OutlineCode
public OutlineCode()
-
-
Method Details
-
fieldId
-
getFieldId
The number value of the project Id (Pid) custom field.- Returns:
- fieldId
-
setFieldId
-
valueId
-
getValueId
The Id in the value list associated with the definition in the outline code collection.- Returns:
- valueId
-
setValueId
-
valueGuid
-
getValueGuid
The Guid of the value in the value list. The ValueGuid matches the FieldGuid in the value list.- Returns:
- valueGuid
-
setValueGuid
-
equals
-
hashCode
public int hashCode() -
toString
-