public class ProjectConfig extends Object
Constructor and Description |
---|
ProjectConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAutoAssignmentUniqueID()
Retrieve the flag that determines whether the assignment unique ID
is generated automatically.
|
boolean |
getAutoCalendarUniqueID()
Retrieve the flag that determines whether the calendar unique ID
is generated automatically.
|
boolean |
getAutoOutlineLevel()
Retrieve the flag that determines whether outline level is generated
automatically.
|
boolean |
getAutoOutlineNumber()
Retrieve the flag that determines whether outline numbers are generated
automatically.
|
boolean |
getAutoRelationUniqueID()
Retrieve the flag that determines whether the relation unique ID
is generated automatically.
|
boolean |
getAutoResourceID()
Retrieve the flag that determines whether the resource ID
is generated automatically.
|
boolean |
getAutoResourceUniqueID()
Retrieve the flag that determines whether the resource unique ID
is generated automatically.
|
boolean |
getAutoTaskID()
Retrieve the flag that determines whether the task ID
is generated automatically.
|
boolean |
getAutoTaskUniqueID()
Retrieve the flag that determines whether the task unique ID
is generated automatically.
|
boolean |
getAutoWBS()
Retrieve the flag that determines whether WBS is generated
automatically.
|
BaselineStrategy |
getBaselineStrategy()
Retrieve the strategy used by this project to populate baseline attributes from another schedule.
|
boolean |
getCompleteThroughIsNextWorkStart()
Returns true if a task's Complete Through attribute is reported as
the time work can next start.
|
File |
getSubprojectWorkingDirectory()
Retrieve the directory to search for subproject files.
|
void |
setAutoAssignmentUniqueID(boolean flag)
Used to set whether the assignment unique ID field is automatically populated.
|
void |
setAutoCalendarUniqueID(boolean flag)
Used to set whether the calendar unique ID field is automatically populated.
|
void |
setAutoOutlineLevel(boolean flag)
Used to set whether outline level numbers are automatically created.
|
void |
setAutoOutlineNumber(boolean flag)
Used to set whether outline numbers are automatically created.
|
void |
setAutoRelationUniqueID(boolean flag)
Used to set whether the relation unique ID field is automatically populated.
|
void |
setAutoResourceID(boolean flag)
Used to set whether the resource ID field is automatically populated.
|
void |
setAutoResourceUniqueID(boolean flag)
Used to set whether the resource unique ID field is automatically populated.
|
void |
setAutoTaskID(boolean flag)
Used to set whether the task ID field is automatically populated.
|
void |
setAutoTaskUniqueID(boolean flag)
Used to set whether the task unique ID field is automatically populated.
|
void |
setAutoWBS(boolean flag)
Used to set whether WBS numbers are automatically created.
|
void |
setBaselineStrategy(BaselineStrategy strategy)
Set the strategy used by this project to populate baseline attributes from another schedule.
|
void |
setCompleteThroughIsNextWorkStart(boolean completeThroughIsNextWorkStart)
When set to true a task's Complete Through attribute is reported as
the time work can next start.
|
void |
setSubprojectWorkingDirectory(File workingDirectory)
Specify a directory to use when searching for subproject files to expand.
|
public void setAutoWBS(boolean flag)
flag
- true if automatic WBS required.public void setAutoOutlineLevel(boolean flag)
flag
- true if automatic outline level required.public void setAutoOutlineNumber(boolean flag)
flag
- true if automatic outline number required.public void setAutoTaskUniqueID(boolean flag)
flag
- true if automatic unique ID required.public void setAutoCalendarUniqueID(boolean flag)
flag
- true if automatic unique ID required.public void setAutoAssignmentUniqueID(boolean flag)
flag
- true if automatic unique ID required.public void setAutoTaskID(boolean flag)
flag
- true if automatic ID required.public boolean getAutoWBS()
public boolean getAutoOutlineLevel()
public boolean getAutoOutlineNumber()
public boolean getAutoTaskUniqueID()
public boolean getAutoCalendarUniqueID()
public boolean getAutoAssignmentUniqueID()
public boolean getAutoTaskID()
public void setAutoResourceUniqueID(boolean flag)
flag
- true if automatic unique ID required.public void setAutoResourceID(boolean flag)
flag
- true if automatic ID required.public boolean getAutoResourceUniqueID()
public boolean getAutoResourceID()
public void setAutoRelationUniqueID(boolean flag)
flag
- true if automatic unique ID required.public boolean getAutoRelationUniqueID()
public boolean getCompleteThroughIsNextWorkStart()
public void setCompleteThroughIsNextWorkStart(boolean completeThroughIsNextWorkStart)
completeThroughIsNextWorkStart
- true if Complete Through is next work start datepublic BaselineStrategy getBaselineStrategy()
public void setBaselineStrategy(BaselineStrategy strategy)
strategy
- baseline strategypublic void setSubprojectWorkingDirectory(File workingDirectory)
workingDirectory
- directory to search for subproject filespublic File getSubprojectWorkingDirectory()
Copyright © 2000–2024 Packwood Software. All rights reserved.