public class WBSCodeDefinition extends Object
Represents a WBS Code Definition.
Constructor and Description |
---|
WBSCodeDefinition()
Initializes a new instance of the
WBSCodeDefinition class. |
Modifier and Type | Method and Description |
---|---|
WBSCodeMaskCollection |
getCodeMaskCollection()
Gets the collection of WBSCodeMask objects.
|
String |
getCodePrefix()
Gets the project code prefix.
|
boolean |
getGenerateWBSCode()
Gets a value indicating whether to generate WBS code for new task.
|
boolean |
getVerifyUniqueness()
Gets a value indicating whether to verify uniqueness of new WBS codes.
|
void |
setCodePrefix(String value)
Sets the project code prefix.
|
void |
setGenerateWBSCode(boolean value)
Sets a value indicating whether to generate WBS code for new task.
|
void |
setVerifyUniqueness(boolean value)
Sets a value indicating whether to verify uniqueness of new WBS codes.
|
public WBSCodeDefinition()
Initializes a new instance of the WBSCodeDefinition
class.
public final WBSCodeMaskCollection getCodeMaskCollection()
Gets the collection of WBSCodeMask objects.
public final String getCodePrefix()
Gets the project code prefix.
public final void setCodePrefix(String value)
Sets the project code prefix.
value
- the project code prefix.public final boolean getGenerateWBSCode()
Gets a value indicating whether to generate WBS code for new task.
public final void setGenerateWBSCode(boolean value)
Sets a value indicating whether to generate WBS code for new task.
value
- a value indicating whether to generate WBS code for new task.public final boolean getVerifyUniqueness()
Gets a value indicating whether to verify uniqueness of new WBS codes.
public final void setVerifyUniqueness(boolean value)
Sets a value indicating whether to verify uniqueness of new WBS codes.
value
- a value indicating whether to verify uniqueness of new WBS codes.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.