WBSCodeDefinition

Inheritance: java.lang.Object

public class WBSCodeDefinition

Represents a WBS Code Definition.

Constructors

ConstructorDescription
WBSCodeDefinition()Initializes a new instance of the WBSCodeDefinition class.

Methods

MethodDescription
getCodeMaskCollection()Gets the collection of WBSCodeMask objects.
getCodePrefix()Gets the project code prefix.
getGenerateWBSCode()Gets a value indicating whether to generate WBS code for new task.
getVerifyUniqueness()Gets a value indicating whether to verify uniqueness of new WBS codes.
setCodePrefix(String value)Sets the project code prefix.
setGenerateWBSCode(boolean value)Sets a value indicating whether to generate WBS code for new task.
setVerifyUniqueness(boolean value)Sets a value indicating whether to verify uniqueness of new WBS codes.

WBSCodeDefinition()

public WBSCodeDefinition()

Initializes a new instance of the WBSCodeDefinition class.

getCodeMaskCollection()

public final WBSCodeMaskCollection getCodeMaskCollection()

Gets the collection of WBSCodeMask objects.

Returns: WBSCodeMaskCollection - the collection of WBSCodeMask objects.

getCodePrefix()

public final String getCodePrefix()

Gets the project code prefix.

Returns: java.lang.String - the project code prefix.

getGenerateWBSCode()

public final boolean getGenerateWBSCode()

Gets a value indicating whether to generate WBS code for new task.

Returns: boolean - 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: boolean - a value indicating whether to verify uniqueness of new WBS codes.

setCodePrefix(String value)

public final void setCodePrefix(String value)

Sets the project code prefix.

Parameters:

ParameterTypeDescription
valuejava.lang.Stringthe project code prefix.

setGenerateWBSCode(boolean value)

public final void setGenerateWBSCode(boolean value)

Sets a value indicating whether to generate WBS code for new task.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether to generate WBS code for new task.

setVerifyUniqueness(boolean value)

public final void setVerifyUniqueness(boolean value)

Sets a value indicating whether to verify uniqueness of new WBS codes.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether to verify uniqueness of new WBS codes.