SaveTemplateOptions

Inheritance: java.lang.Object

public class SaveTemplateOptions

Allows to specify additional options when saving a project as a template.

Constructors

ConstructorDescription
SaveTemplateOptions()

Methods

MethodDescription
getRemoveActualValues()Gets a value indicating whether all actual values from a project template should be removed.
getRemoveBaselineValues()Gets a value indicating whether all baseline values from a project template should be removed.
getRemoveFixedCosts()Gets a value indicating whether all fixed costs from a project template should be removed.
getRemoveResourceRates()Gets a value indicating whether resource rates from a project template should be removed.
setRemoveActualValues(boolean value)Sets a value indicating whether all actual values from a project template should be removed.
setRemoveBaselineValues(boolean value)Sets a value indicating whether all baseline values from a project template should be removed.
setRemoveFixedCosts(boolean value)Sets a value indicating whether all fixed costs from a project template should be removed.
setRemoveResourceRates(boolean value)Sets a value indicating whether resource rates from a project template should be removed.

SaveTemplateOptions()

public SaveTemplateOptions()

getRemoveActualValues()

public final boolean getRemoveActualValues()

Gets a value indicating whether all actual values from a project template should be removed.

Returns: boolean - a value indicating whether all actual values from a project template should be removed.

getRemoveBaselineValues()

public final boolean getRemoveBaselineValues()

Gets a value indicating whether all baseline values from a project template should be removed.

Returns: boolean - a value indicating whether all baseline values from a project template should be removed.

getRemoveFixedCosts()

public final boolean getRemoveFixedCosts()

Gets a value indicating whether all fixed costs from a project template should be removed.

Returns: boolean - a value indicating whether all fixed costs from a project template should be removed.

getRemoveResourceRates()

public final boolean getRemoveResourceRates()

Gets a value indicating whether resource rates from a project template should be removed.

Returns: boolean - a value indicating whether resource rates from a project template should be removed.

setRemoveActualValues(boolean value)

public final void setRemoveActualValues(boolean value)

Sets a value indicating whether all actual values from a project template should be removed.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether all actual values from a project template should be removed.

setRemoveBaselineValues(boolean value)

public final void setRemoveBaselineValues(boolean value)

Sets a value indicating whether all baseline values from a project template should be removed.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether all baseline values from a project template should be removed.

setRemoveFixedCosts(boolean value)

public final void setRemoveFixedCosts(boolean value)

Sets a value indicating whether all fixed costs from a project template should be removed.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether all fixed costs from a project template should be removed.

setRemoveResourceRates(boolean value)

public final void setRemoveResourceRates(boolean value)

Sets a value indicating whether resource rates from a project template should be removed.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether resource rates from a project template should be removed.