public class SaveTemplateOptions extends Object
Allows to specify additional options when saving a project as a template.
Constructor and Description |
---|
SaveTemplateOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getRemoveActualValues()
Gets a value indicating whether all actual values from a project template should be removed.
|
boolean |
getRemoveBaselineValues()
Gets a value indicating whether all baseline values from a project template should be removed.
|
boolean |
getRemoveFixedCosts()
Gets a value indicating whether all fixed costs from a project template should be removed.
|
boolean |
getRemoveResourceRates()
Gets a value indicating whether resource rates from a project template should be removed.
|
void |
setRemoveActualValues(boolean value)
Sets a value indicating whether all actual values from a project template should be removed.
|
void |
setRemoveBaselineValues(boolean value)
Sets a value indicating whether all baseline values from a project template should be removed.
|
void |
setRemoveFixedCosts(boolean value)
Sets a value indicating whether all fixed costs from a project template should be removed.
|
void |
setRemoveResourceRates(boolean value)
Sets a value indicating whether resource rates from a project template should be removed.
|
public final boolean getRemoveActualValues()
Gets a value indicating whether all actual values from a project template should be removed.
public final void setRemoveActualValues(boolean value)
Sets a value indicating whether all actual values from a project template should be removed.
value
- a value indicating whether all actual values from a project template should be removed.public final boolean getRemoveBaselineValues()
Gets a value indicating whether all baseline values from a project template should be removed.
public final void setRemoveBaselineValues(boolean value)
Sets a value indicating whether all baseline values from a project template should be removed.
value
- a value indicating whether all baseline values from a project template should be removed.public final boolean getRemoveFixedCosts()
Gets a value indicating whether all fixed costs from a project template should be removed.
public final void setRemoveFixedCosts(boolean value)
Sets a value indicating whether all fixed costs from a project template should be removed.
value
- a value indicating whether all fixed costs from a project template should be removed.public final boolean getRemoveResourceRates()
Gets a value indicating whether resource rates from a project template should be removed.
public final void setRemoveResourceRates(boolean value)
Sets a value indicating whether resource rates from a project template should be removed.
value
- a value indicating whether resource rates from a project template should be removed.