Package com.aspose.tasks
Class WBSCodeDefinition
- java.lang.Object
-
- com.aspose.tasks.WBSCodeDefinition
-
public class WBSCodeDefinition extends Object
Represents a WBS Code Definition.
-
-
Constructor Summary
Constructors Constructor Description WBSCodeDefinition()Initializes a new instance of theWBSCodeDefinitionclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WBSCodeMaskCollectiongetCodeMaskCollection()Gets the collection of WBSCodeMask objects.StringgetCodePrefix()Gets the project code prefix.booleangetGenerateWBSCode()Gets a value indicating whether to generate WBS code for new task.booleangetVerifyUniqueness()Gets a value indicating whether to verify uniqueness of new WBS codes.voidsetCodePrefix(String value)Sets the project code prefix.voidsetGenerateWBSCode(boolean value)Sets a value indicating whether to generate WBS code for new task.voidsetVerifyUniqueness(boolean value)Sets a value indicating whether to verify uniqueness of new WBS codes.
-
-
-
Constructor Detail
-
WBSCodeDefinition
public WBSCodeDefinition()
Initializes a new instance of the
WBSCodeDefinitionclass.
-
-
Method Detail
-
getCodeMaskCollection
public final WBSCodeMaskCollection getCodeMaskCollection()
Gets the collection of WBSCodeMask objects.
- Returns:
- the collection of WBSCodeMask objects.
-
getCodePrefix
public final String getCodePrefix()
Gets the project code prefix.
- Returns:
- the project code prefix.
-
setCodePrefix
public final void setCodePrefix(String value)
Sets the project code prefix.
- Parameters:
value- the project code prefix.
-
getGenerateWBSCode
public final boolean getGenerateWBSCode()
Gets a value indicating whether to generate WBS code for new task.
- Returns:
- a value indicating whether to generate WBS code for new task.
-
setGenerateWBSCode
public final void setGenerateWBSCode(boolean value)
Sets a value indicating whether to generate WBS code for new task.
- Parameters:
value- a value indicating whether to generate WBS code for new task.
-
getVerifyUniqueness
public final boolean getVerifyUniqueness()
Gets a value indicating whether to verify uniqueness of new WBS codes.
- Returns:
- a value indicating whether to verify uniqueness of new WBS codes.
-
setVerifyUniqueness
public final void setVerifyUniqueness(boolean value)
Sets a value indicating whether to verify uniqueness of new WBS codes.
- Parameters:
value- a value indicating whether to verify uniqueness of new WBS codes.
-
-