public class OutlineCode extends Object
Represents a value of an outline code.
Constructor and Description |
---|
OutlineCode() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldId()
Gets the number value of the project Id custom field.
|
String |
getValueGuid()
Gets the GUID of the value in the value list.
|
int |
getValueId()
Gets the Id in the value list associated with the definition in the outline code collection.
|
void |
setFieldId(String value)
Sets the number value of the project Id custom field.
|
void |
setValueGuid(String value)
Sets the GUID of the value in the value list.
|
void |
setValueId(int value)
Sets the Id in the value list associated with the definition in the outline code collection.
|
public final String getFieldId()
Gets the number value of the project Id custom field.
public final void setFieldId(String value)
Sets the number value of the project Id custom field.
value
- the number value of the project Id custom field.public final String getValueGuid()
Gets the GUID of the value in the value list. The ValueGuid matches the FieldGuid in the value list.
public final void setValueGuid(String value)
Sets the GUID of the value in the value list. The ValueGuid matches the FieldGuid in the value list.
value
- the GUID of the value in the value list.public final int getValueId()
Gets the Id in the value list associated with the definition in the outline code collection.
public final void setValueId(int value)
Sets the Id in the value list associated with the definition in the outline code collection.
value
- the Id in the value list associated with the definition in the outline code collection.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.