| |
|
| java.lang.Object com.projity.options.GeneralOption
GeneralOption | public class GeneralOption (Code) | | Corresponds to General tab on options dialog in MSProject
|
GeneralOption | public GeneralOption()(Code) | | |
getDefaultOvertimeRate | public double getDefaultOvertimeRate()(Code) | | Returns the defaultOvertimeRate. |
getDefaultStandardRate | public double getDefaultStandardRate()(Code) | | Returns the defaultStandardRate. |
isAutomaticallyAddNewResourcesAndTasks | public boolean isAutomaticallyAddNewResourcesAndTasks()(Code) | | Returns the automaticallyAddNewResourcesAndTasks. |
isConfirmDeletes | final public boolean isConfirmDeletes()(Code) | | |
isStartWithBlankProject | final public boolean isStartWithBlankProject()(Code) | | |
setAutomaticallyAddNewResourcesAndTasks | public void setAutomaticallyAddNewResourcesAndTasks(boolean automaticallyAddNewResourcesAndTasks)(Code) | | Parameters: automaticallyAddNewResourcesAndTasks - The automaticallyAddNewResourcesAndTasks to set. |
setConfirmDeletes | final public void setConfirmDeletes(boolean confirmDeletes)(Code) | | |
setDefaultOvertimeRate | public void setDefaultOvertimeRate(double defaultOvertimeRate)(Code) | | Parameters: defaultOvertimeRate - The defaultOvertimeRate to set. |
setDefaultStandardRate | public void setDefaultStandardRate(double defaultStandardRate)(Code) | | Parameters: defaultStandardRate - The defaultStandardRate to set. |
setStartWithBlankProject | final public void setStartWithBlankProject(boolean startWithBlankProject)(Code) | | |
|
|
|