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()
Removes all actual values from a project template.
|
boolean |
getRemoveBaselineValues()
Removes all baseline values from a project template.
|
boolean |
getRemoveFixedCosts()
Removes all fixed costs from a project template.
|
boolean |
getRemoveResourceRates()
Removes resource rates from a project template.
|
void |
setRemoveActualValues(boolean value)
Sets whether actual values will be removed from a project template or not.
|
void |
setRemoveBaselineValues(boolean value)
Sets whether baseline values will be removed from a project template or not.
|
void |
setRemoveFixedCosts(boolean value)
Sets whether fixed costs will be removed from a project template or not.
|
void |
setRemoveResourceRates(boolean value)
Sets whether resource rates will be removed from a project template or not.
|
public boolean getRemoveActualValues()
Removes all actual values from a project template.
public void setRemoveActualValues(boolean value)
value
- true if all actual values will be removed from a project template, false otherwise.public boolean getRemoveBaselineValues()
Removes all baseline values from a project template.
public void setRemoveBaselineValues(boolean value)
value
- true if all baselines will be removed from a project, false otherwise.public boolean getRemoveFixedCosts()
Removes all fixed costs from a project template.
public void setRemoveFixedCosts(boolean value)
value
- true if all fixed costs will be removed from a project template, false otherwise.public boolean getRemoveResourceRates()
Removes resource rates from a project template.
public void setRemoveResourceRates(boolean value)
value
- true if resource rates will be removed from a project template, false otherwise.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.