|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.ProjectHeader
public final class ProjectHeader
This class represents the ProjectHeader record as found in an MPX file. This record contains details of global settings relevant to the project plan. Note that a number of the fields in this record are calculated by Microsoft Project, and will therefore be ignored on import.
| Method Summary | |
|---|---|
Number |
getActualCost()
Retrieves the actual project cost. |
Duration |
getActualDuration()
Retrieves the actual project duration. |
Date |
getActualFinish()
Retrieves the actual project finish date. |
boolean |
getActualsInSync()
Retrieve the actuals in sync flag. |
Date |
getActualStart()
Retrieves the actual project start date. |
Duration |
getActualWork()
Retrieves the actual project work duration. |
boolean |
getAdminProject()
Retrieve the admin project flag. |
String |
getAMText()
Gets the AM text. |
String |
getAuthor()
Retrieves the project author text. |
boolean |
getAutoAddNewResourcesAndTasks()
Retrieve the auto add new resources and tasks flag. |
boolean |
getAutolink()
Retrieves the autolink flag. |
ProjectDateFormat |
getBarTextDateFormat()
Gets Bar Text Date Format. |
Number |
getBaselineCost()
Retrieves the baseline project cost. |
Date |
getBaselineDate(int index)
Retrieve the date for a specific baseline. |
Duration |
getBaselineDuration()
Retrieves the baseline duration value. |
Date |
getBaselineFinish()
Retrieves the baseline project finish date. |
Integer |
getBaselineForEarnedValue()
Retrieve the number of the baseline to use for earned value calculations. |
Date |
getBaselineStart()
Retrieves the baseline project start date. |
Duration |
getBaselineWork()
Retrieves the baseline project work duration. |
boolean |
getCalculateMultipleCriticalPaths()
Retrieves the calculate multiple critical paths flag. |
String |
getCalendarName()
Gets the Calendar used. |
String |
getCategory()
Retrieves the category text. |
String |
getComments()
Returns any comments. |
String |
getCompany()
Retrieves the company name. |
Number |
getCost()
Retrieves the project cost. |
Date |
getCreationDate()
Retrieve the project creation date. |
Integer |
getCriticalSlackLimit()
Retrieve the critical slack limit. |
String |
getCurrencyCode()
Retrieve the currency code for this project. |
Number |
getCurrencyDigits()
Gets no of currency digits. |
String |
getCurrencySymbol()
Retrieves the currency symbol. |
Date |
getCurrentDate()
Retrieves the current date. |
ProjectDateFormat |
getDateFormat()
Gets the set Date Format. |
DateOrder |
getDateOrder()
Gets constant representing set Date order eg DMY, MDY. |
char |
getDateSeparator()
Gets the date separator. |
Number |
getDaysPerMonth()
Retrieve the number of days per month. |
char |
getDecimalSeparator()
Gets the decimal separator. |
boolean |
getDefaultDurationIsFixed()
Retrieves a flag indicating if the default duration type is fixed. |
TimeUnit |
getDefaultDurationUnits()
Gets Default Duration units. |
Date |
getDefaultEndTime()
Retrieves the default end time. |
AccrueType |
getDefaultFixedCostAccrual()
Retrieve the default fixed cost accrual type. |
Rate |
getDefaultOvertimeRate()
Get overtime rate. |
Rate |
getDefaultStandardRate()
Retrieves the default standard rate. |
Date |
getDefaultStartTime()
Retrieve the default start time, specified using the Java Date type. |
EarnedValueMethod |
getDefaultTaskEarnedValueMethod()
Retrieves the default task earned value method. |
TaskType |
getDefaultTaskType()
Retrieve the default task type. |
TimeUnit |
getDefaultWorkUnits()
Default work units. |
Map<Integer,Object> |
getDocumentSummaryInformation()
Retrieve the Document Summary Information. |
Duration |
getDuration()
Retrieves the project duration. |
EarnedValueMethod |
getEarnedValueMethod()
Retrieve the earned value method. |
boolean |
getEditableActualCosts()
Retrieve the editable actual costs flag. |
Date |
getExtendedCreationDate()
Retrieve the extended creation date. |
Date |
getFinishDate()
Retrieves the project finish date. |
Duration |
getFinishVariance()
Retrieves the project finish variance duration. |
boolean |
getFiscalYearStart()
Retrieve the fiscal year start flag. |
Integer |
getFiscalYearStartMonth()
Retrieves the fiscal year start month (January=1, December=12). |
boolean |
getHonorConstraints()
Retrieves the honor constraints flag. |
String |
getHyperlinkBase()
Gets the hyperlink base for this Project. |
boolean |
getInsertedProjectsLikeSummary()
Retrieves the inserted projects like summary flag. |
String |
getKeywords()
Retrieves the project keyword text. |
Date |
getLastSaved()
Retrieve the last saved date. |
String |
getManager()
Retrieves the manager name. |
boolean |
getMicrosoftProjectServerURL()
Retrieves the Microsoft Project Server URL flag. |
Number |
getMinutesPerDay()
Retrieve the number of minutes per day. |
Number |
getMinutesPerWeek()
Retrieve the number of minutes per week. |
boolean |
getMoveCompletedEndsBack()
Retrieve the move completed ends back flag. |
boolean |
getMoveCompletedEndsForward()
Retrieve the move completed ends forward flag. |
boolean |
getMoveRemainingStartsBack()
Retrieves the move remaining starts back flag. |
boolean |
getMoveRemainingStartsForward()
Retrieve the move remaining starts forward flag. |
boolean |
getMultipleCriticalPaths()
Retrieve the multiple critical paths flag. |
String |
getName()
Retrieves the project name. |
boolean |
getNewTasksEffortDriven()
Retrieve the new tasks effort driven flag. |
boolean |
getNewTasksEstimated()
Retrieve the new tasks estimated flag. |
boolean |
getNewTaskStartIsProjectStart()
Retrieve the flag indicating if new tasks should default to the project start date (true) or the current date (false). |
ProjectFile |
getParentFile()
Accessor method allowing retrieval of ProjectFile reference. |
Number |
getPercentageComplete()
Retrieves the project percentage complete. |
String |
getPMText()
Gets the PM text. |
boolean |
getProjectExternallyEdited()
Retrieve the externally edited flag. |
String |
getProjectTitle()
Gets the project title. |
boolean |
getRemoveFileProperties()
Retrieve the remove file properties flag. |
Integer |
getRevision()
Retrieve the project revision number. |
ScheduleFrom |
getScheduleFrom()
Retrieves an enumerated value indicating if tasks in this project are scheduled from a start or a finish date. |
boolean |
getShowProjectSummaryTask()
Retrieves the "show project summary task" flag. |
boolean |
getSplitInProgressTasks()
Flag representing whether or not to split in-progress tasks. |
boolean |
getSpreadActualCost()
Retrieve the spread actual cost flag. |
boolean |
getSpreadPercentComplete()
Retrieves the spread percent complete flag. |
Date |
getStartDate()
Retrieves the project start date. |
Duration |
getStartVariance()
Retrieves the start variance duration. |
Date |
getStatusDate()
Retrieve the status date. |
String |
getSubject()
Returns the project subject text. |
CurrencySymbolPosition |
getSymbolPosition()
Retrieves a constant representing the position of the currency symbol. |
char |
getThousandsSeparator()
Gets the thousands separator. |
ProjectTimeFormat |
getTimeFormat()
Gets constant representing the Time Format. |
char |
getTimeSeparator()
Gets the time separator. |
String |
getUniqueID()
Retrieve the unique ID for this project. |
boolean |
getUpdatingTaskStatusUpdatesResourceStatus()
Flags whether updating Task status also updates resource status. |
Day |
getWeekStartDay()
Retrieve the week start day. |
Duration |
getWork()
Retrieves the project work duration. |
Number |
getWork2()
Retrieves the project's "Work 2" attribute. |
void |
setActualCost(Number actualCost)
Sets the actual project cost. |
void |
setActualDuration(Duration actualDuration)
Sets the actual project duration. |
void |
setActualFinish(Date actualFinishDate)
Sets the actual project finish date. |
void |
setActualsInSync(boolean actualsInSync)
Set the actuals in sync flag. |
void |
setActualStart(Date actualStartDate)
Sets the actual project start date. |
void |
setActualWork(Duration actualWork)
Sets the actual project work duration. |
void |
setAdminProject(boolean adminProject)
Set the admin project flag. |
void |
setAMText(String amText)
Sets the AM text. |
void |
setAuthor(String author)
Sets the project author text. |
void |
setAutoAddNewResourcesAndTasks(boolean autoAddNewResourcesAndTasks)
Set the auto add new resources and tasks flag. |
void |
setAutolink(boolean autolink)
Sets the autolink flag. |
void |
setBarTextDateFormat(ProjectDateFormat dateFormat)
Sets Bar Text Date Format. |
void |
setBaselineCost(Number baselineCost)
Sets the baseline project cost. |
void |
setBaselineDate(int index,
Date date)
Set the date for a specific baseline. |
void |
setBaselineDuration(Duration baselineDuration)
Sets the baseline project duration value. |
void |
setBaselineFinish(Date baselineFinishDate)
Sets the baseline project finish date. |
void |
setBaselineForEarnedValue(Integer baselineForEarnedValue)
Set the number of the baseline to use for earned value calculations. |
void |
setBaselineStart(Date baselineStartDate)
Sets the baseline project start date. |
void |
setBaselineWork(Duration baselineWork)
Set the baseline project work duration. |
void |
setCalculateMultipleCriticalPaths(boolean flag)
Sets the calculate multiple critical paths flag. |
void |
setCalendarName(String calendarName)
Sets the Calendar used. |
void |
setCategory(String category)
Sets the category text. |
void |
setComments(String comments)
Set comment text. |
void |
setCompany(String company)
Sets the company name. |
void |
setCost(Number cost)
Sets the project cost. |
void |
setCreationDate(Date creationDate)
Set the project creation date. |
void |
setCriticalSlackLimit(Integer criticalSlackLimit)
Set the critical slack limit. |
void |
setCurrencyCode(String currencyCode)
Set the currency code for this project. |
void |
setCurrencyDigits(Number currDigs)
Sets no of currency digits. |
void |
setCurrencySymbol(String symbol)
Sets currency symbol. |
void |
setCurrentDate(Date currentDate)
Sets the current date. |
void |
setDateFormat(ProjectDateFormat dateFormat)
Sets the set Date Format. |
void |
setDateOrder(DateOrder dateOrder)
Sets constant representing set Date order eg DMY, MDY. |
void |
setDateSeparator(char dateSeparator)
Sets the date separator. |
void |
setDaysPerMonth(Number daysPerMonth)
Set the number of days per month. |
void |
setDecimalSeparator(char decSep)
Sets the decimal separator. |
void |
setDefaultDurationIsFixed(boolean fixed)
Sets a flag indicating if the default duration type is fixed. |
void |
setDefaultDurationUnits(TimeUnit units)
Default duration units. |
void |
setDefaultEndTime(Date date)
Sets the default end time. |
void |
setDefaultFixedCostAccrual(AccrueType defaultFixedCostAccrual)
Sets the default fixed cost accrual type. |
void |
setDefaultOvertimeRate(Rate rate)
Set default overtime rate. |
void |
setDefaultStandardRate(Rate rate)
Sets the default standard rate. |
void |
setDefaultStartTime(Date defaultStartTime)
Set the default start time, specified using the Java Date type. |
void |
setDefaultTaskEarnedValueMethod(EarnedValueMethod defaultTaskEarnedValueMethod)
Sets the default task earned value method. |
void |
setDefaultTaskType(TaskType defaultTaskType)
Set the default task type. |
void |
setDefaultWorkUnits(TimeUnit units)
Default work units. |
void |
setDocumentSummaryInformation(Map<Integer,Object> documentSummaryInformation)
Set the Document Summary Information. |
void |
setDuration(Duration duration)
Sets the project duration. |
void |
setEarnedValueMethod(EarnedValueMethod earnedValueMethod)
Set the earned value method. |
void |
setEditableActualCosts(boolean editableActualCosts)
Set the editable actual costs flag. |
void |
setExtendedCreationDate(Date creationDate)
Set the extended creation date. |
void |
setFinishDate(Date finishDate)
Sets the project finish date. |
void |
setFinishVariance(Duration finishVariance)
Sets the project finish variance duration. |
void |
setFiscalYearStart(boolean fiscalYearStart)
Set the fiscal year start flag. |
void |
setFiscalYearStartMonth(Integer fiscalYearStartMonth)
Sets the fiscal year start month (January=1, December=12). |
void |
setHonorConstraints(boolean honorConstraints)
Sets the honor constraints flag. |
void |
setHyperlinkBase(String hyperlinkBase)
Sets the hyperlink base for this Project. |
void |
setInsertedProjectsLikeSummary(boolean insertedProjectsLikeSummary)
Sets the inserted projects like summary flag. |
void |
setIntegerDefaultStartTime(Integer time)
This internal method is used to convert from an integer representing minutes past midnight into a Date instance whose time component represents the start time. |
void |
setKeywords(String keywords)
Sets the project keyword text. |
void |
setLastSaved(Date lastSaved)
Set the last saved date. |
void |
setManager(String manager)
Sets the manager name. |
void |
setMicrosoftProjectServerURL(boolean microsoftProjectServerURL)
Sets the Microsoft Project Server URL flag. |
void |
setMinutesPerDay(Number minutesPerDay)
Set the number of minutes per day. |
void |
setMinutesPerWeek(Number minutesPerWeek)
Set the number of minutes per week. |
void |
setMoveCompletedEndsBack(boolean moveCompletedEndsBack)
Set the move completed ends back flag. |
void |
setMoveCompletedEndsForward(boolean moveCompletedEndsForward)
Sets the move completed ends forward flag. |
void |
setMoveRemainingStartsBack(boolean moveRemainingStartsBack)
Sets the move remaining starts back flag. |
void |
setMoveRemainingStartsForward(boolean moveRemainingStartsForward)
Set the move remaining starts forward flag. |
void |
setMultipleCriticalPaths(boolean multipleCriticalPaths)
Set the multiple critical paths flag. |
void |
setName(String name)
Sets the project name. |
void |
setNewTasksEffortDriven(boolean newTasksEffortDriven)
Sets the new tasks effort driven flag. |
void |
setNewTasksEstimated(boolean newTasksEstimated)
Set the new tasks estimated flag. |
void |
setNewTaskStartIsProjectStart(boolean newTaskStartIsProjectStart)
Sets the flag indicating if new tasks should default to the project start date (true) or the current date (false). |
void |
setPercentageComplete(Number percentComplete)
Sets project percentage complete. |
void |
setPMText(String pmText)
Sets the PM text. |
void |
setProjectExternallyEdited(boolean projectExternallyEdited)
Set the externally edited flag. |
void |
setProjectTitle(String projectTitle)
Sets the project title. |
void |
setRemoveFileProperties(boolean removeFileProperties)
Set the remove file properties flag. |
void |
setRevision(Integer revision)
Set the project revision number. |
void |
setScheduleFrom(ScheduleFrom scheduleFrom)
Sets an enumerated value indicating if tasks in this project are scheduled from a start or a finish date. |
void |
setShowProjectSummaryTask(boolean value)
Sets the "show project summary task" flag. |
void |
setSplitInProgressTasks(boolean flag)
Flag representing whether or not to split in-progress tasks. |
void |
setSpreadActualCost(boolean spreadActualCost)
Set the spread actual cost flag. |
void |
setSpreadPercentComplete(boolean spreadPercentComplete)
Sets the spread percent complete flag. |
void |
setStartDate(Date startDate)
Sets the project start date. |
void |
setStartVariance(Duration startVariance)
Sets the start variance duration. |
void |
setStatusDate(Date statusDate)
Set the status date. |
void |
setSubject(String subject)
Sets the project subject text. |
void |
setSymbolPosition(CurrencySymbolPosition posn)
Sets the position of the currency symbol. |
void |
setThousandsSeparator(char sep)
Sets the thousands separator. |
void |
setTimeFormat(ProjectTimeFormat timeFormat)
Sets constant representing the time format. |
void |
setTimeSeparator(char timeSeparator)
Sets the time separator. |
void |
setTimeSeparator(Character timeSeparator)
Sets the time separator. |
void |
setUniqueID(String uniqueID)
Set the unique ID for this project. |
void |
setUpdatingTaskStatusUpdatesResourceStatus(boolean flag)
Flags whether updating Task status also updates resource status. |
void |
setWeekStartDay(Day weekStartDay)
Set the week start day. |
void |
setWork(Duration work)
Sets the project work duration. |
void |
setWork2(Number work2)
Sets the project's "Work 2" attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public TimeUnit getDefaultDurationUnits()
TimeUnit class.
TimeUnitpublic void setDefaultDurationUnits(TimeUnit units)
TimeUnit class.
units - default time unitsTimeUnitpublic boolean getDefaultDurationIsFixed()
public void setDefaultDurationIsFixed(boolean fixed)
fixed - boolean flagpublic TimeUnit getDefaultWorkUnits()
TimeUnit class.
TimeUnitpublic void setDefaultWorkUnits(TimeUnit units)
TimeUnit class.
units - int representing defaultTimeUnitpublic Rate getDefaultStandardRate()
public void setDefaultStandardRate(Rate rate)
rate - default standard ratepublic Rate getDefaultOvertimeRate()
public void setDefaultOvertimeRate(Rate rate)
rate - default overtime ratepublic boolean getUpdatingTaskStatusUpdatesResourceStatus()
public void setUpdatingTaskStatusUpdatesResourceStatus(boolean flag)
flag - boolean flagpublic boolean getSplitInProgressTasks()
public void setSplitInProgressTasks(boolean flag)
flag - boolean valuepublic DateOrder getDateOrder()
public void setDateOrder(DateOrder dateOrder)
dateOrder - date order valuepublic ProjectTimeFormat getTimeFormat()
public void setTimeFormat(ProjectTimeFormat timeFormat)
timeFormat - constant valuepublic void setIntegerDefaultStartTime(Integer time)
time - integer representing the start time in minutes past midnightpublic Date getDefaultStartTime()
public void setDefaultStartTime(Date defaultStartTime)
defaultStartTime - default timepublic char getDateSeparator()
public void setDateSeparator(char dateSeparator)
dateSeparator - date separator as set.public char getTimeSeparator()
public void setTimeSeparator(char timeSeparator)
timeSeparator - time separatorpublic void setTimeSeparator(Character timeSeparator)
timeSeparator - time separatorpublic String getAMText()
public void setAMText(String amText)
amText - AM Text as set.public String getPMText()
public void setPMText(String pmText)
pmText - PM Text as set.public ProjectDateFormat getDateFormat()
public void setDateFormat(ProjectDateFormat dateFormat)
dateFormat - int representing Date Formatpublic ProjectDateFormat getBarTextDateFormat()
public void setBarTextDateFormat(ProjectDateFormat dateFormat)
dateFormat - value to be setpublic Date getDefaultEndTime()
public void setDefaultEndTime(Date date)
date - End timepublic void setProjectTitle(String projectTitle)
projectTitle - project titlepublic String getProjectTitle()
public void setCompany(String company)
company - company namepublic String getCompany()
public void setManager(String manager)
manager - manager namepublic String getManager()
public void setCalendarName(String calendarName)
calendarName - Calendar namepublic String getCalendarName()
public void setStartDate(Date startDate)
startDate - project start datepublic Date getStartDate()
public Date getFinishDate()
public void setFinishDate(Date finishDate)
finishDate - project finish datepublic ScheduleFrom getScheduleFrom()
public void setScheduleFrom(ScheduleFrom scheduleFrom)
scheduleFrom - schedule from valuepublic Date getCurrentDate()
public void setCurrentDate(Date currentDate)
currentDate - current datepublic String getComments()
public void setComments(String comments)
comments - comment textpublic Number getCost()
public void setCost(Number cost)
cost - project costpublic void setBaselineCost(Number baselineCost)
baselineCost - baseline project costpublic Number getBaselineCost()
public void setActualCost(Number actualCost)
actualCost - actual project costpublic Number getActualCost()
public void setWork(Duration work)
work - project work durationpublic Duration getWork()
public void setBaselineWork(Duration baselineWork)
baselineWork - baseline project work durationpublic Duration getBaselineWork()
public void setActualWork(Duration actualWork)
actualWork - actual project work durationpublic Duration getActualWork()
public Number getWork2()
public void setWork2(Number work2)
work2 - work2 percentage valuepublic Duration getDuration()
public void setDuration(Duration duration)
duration - project durationpublic Duration getBaselineDuration()
public void setBaselineDuration(Duration baselineDuration)
baselineDuration - baseline project durationpublic Duration getActualDuration()
public void setActualDuration(Duration actualDuration)
actualDuration - actual project durationpublic Number getPercentageComplete()
public void setPercentageComplete(Number percentComplete)
percentComplete - project percent completepublic void setBaselineStart(Date baselineStartDate)
baselineStartDate - baseline project start datepublic Date getBaselineStart()
public void setBaselineFinish(Date baselineFinishDate)
baselineFinishDate - baseline project finish datepublic Date getBaselineFinish()
public void setActualStart(Date actualStartDate)
actualStartDate - actual project start datepublic Date getActualStart()
public void setActualFinish(Date actualFinishDate)
actualFinishDate - actual project finish datepublic Date getActualFinish()
public Duration getStartVariance()
public void setStartVariance(Duration startVariance)
startVariance - the start date variancepublic Duration getFinishVariance()
public void setFinishVariance(Duration finishVariance)
finishVariance - project finish variance durationpublic String getSubject()
public void setSubject(String subject)
subject - subject textpublic String getAuthor()
public void setAuthor(String author)
author - project author textpublic String getKeywords()
public void setKeywords(String keywords)
keywords - project keyword textpublic void setCurrencySymbol(String symbol)
symbol - currency symbolpublic String getCurrencySymbol()
public void setSymbolPosition(CurrencySymbolPosition posn)
posn - currency symbol position.public CurrencySymbolPosition getSymbolPosition()
public void setCurrencyDigits(Number currDigs)
currDigs - Available values, 0,1,2public Number getCurrencyDigits()
public void setThousandsSeparator(char sep)
sep - characterpublic char getThousandsSeparator()
public void setDecimalSeparator(char decSep)
decSep - characterpublic char getDecimalSeparator()
public boolean getProjectExternallyEdited()
public void setProjectExternallyEdited(boolean projectExternallyEdited)
projectExternallyEdited - externally edited flagpublic String getCategory()
public void setCategory(String category)
category - category textpublic Number getDaysPerMonth()
public void setDaysPerMonth(Number daysPerMonth)
daysPerMonth - days per monthpublic Number getMinutesPerDay()
public void setMinutesPerDay(Number minutesPerDay)
minutesPerDay - minutes per daypublic Number getMinutesPerWeek()
public void setMinutesPerWeek(Number minutesPerWeek)
minutesPerWeek - minutes per weekpublic boolean getFiscalYearStart()
public void setFiscalYearStart(boolean fiscalYearStart)
fiscalYearStart - fiscal year startpublic EarnedValueMethod getDefaultTaskEarnedValueMethod()
public void setDefaultTaskEarnedValueMethod(EarnedValueMethod defaultTaskEarnedValueMethod)
defaultTaskEarnedValueMethod - default task earned value methodpublic boolean getRemoveFileProperties()
public void setRemoveFileProperties(boolean removeFileProperties)
removeFileProperties - remove file properties flagpublic boolean getMoveCompletedEndsBack()
public void setMoveCompletedEndsBack(boolean moveCompletedEndsBack)
moveCompletedEndsBack - move completed ends back flagpublic boolean getNewTasksEstimated()
public void setNewTasksEstimated(boolean newTasksEstimated)
newTasksEstimated - new tasks estimated flagpublic boolean getSpreadActualCost()
public void setSpreadActualCost(boolean spreadActualCost)
spreadActualCost - spread actual cost flagpublic boolean getMultipleCriticalPaths()
public void setMultipleCriticalPaths(boolean multipleCriticalPaths)
multipleCriticalPaths - multiple critical paths flagpublic boolean getAutoAddNewResourcesAndTasks()
public void setAutoAddNewResourcesAndTasks(boolean autoAddNewResourcesAndTasks)
autoAddNewResourcesAndTasks - auto add new resources and tasks flagpublic Date getLastSaved()
public void setLastSaved(Date lastSaved)
lastSaved - last saved datepublic Date getStatusDate()
public void setStatusDate(Date statusDate)
statusDate - status datepublic boolean getMoveRemainingStartsBack()
public void setMoveRemainingStartsBack(boolean moveRemainingStartsBack)
moveRemainingStartsBack - remaining starts back flagpublic boolean getAutolink()
public void setAutolink(boolean autolink)
autolink - autolink flagpublic boolean getMicrosoftProjectServerURL()
public void setMicrosoftProjectServerURL(boolean microsoftProjectServerURL)
microsoftProjectServerURL - Microsoft Project Server URL flagpublic boolean getHonorConstraints()
public void setHonorConstraints(boolean honorConstraints)
honorConstraints - honor constraints flagpublic boolean getAdminProject()
public void setAdminProject(boolean adminProject)
adminProject - admin project flagpublic boolean getInsertedProjectsLikeSummary()
public void setInsertedProjectsLikeSummary(boolean insertedProjectsLikeSummary)
insertedProjectsLikeSummary - inserted projects like summary flagpublic String getName()
public void setName(String name)
name - project namepublic boolean getSpreadPercentComplete()
public void setSpreadPercentComplete(boolean spreadPercentComplete)
spreadPercentComplete - spread percent complete flagpublic boolean getMoveCompletedEndsForward()
public void setMoveCompletedEndsForward(boolean moveCompletedEndsForward)
moveCompletedEndsForward - move completed ends forward flagpublic boolean getEditableActualCosts()
public void setEditableActualCosts(boolean editableActualCosts)
editableActualCosts - editable actual costs flagpublic String getUniqueID()
public void setUniqueID(String uniqueID)
uniqueID - unique IDpublic Integer getRevision()
public boolean getNewTasksEffortDriven()
public void setNewTasksEffortDriven(boolean newTasksEffortDriven)
newTasksEffortDriven - new tasks effort driven flagpublic void setRevision(Integer revision)
revision - revision numberpublic boolean getMoveRemainingStartsForward()
public void setMoveRemainingStartsForward(boolean moveRemainingStartsForward)
moveRemainingStartsForward - move remaining starts forward flagpublic boolean getActualsInSync()
public void setActualsInSync(boolean actualsInSync)
actualsInSync - actuals in sync flagpublic TaskType getDefaultTaskType()
public void setDefaultTaskType(TaskType defaultTaskType)
defaultTaskType - default task typepublic EarnedValueMethod getEarnedValueMethod()
public void setEarnedValueMethod(EarnedValueMethod earnedValueMethod)
earnedValueMethod - earned value methodpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - project creation datepublic Date getExtendedCreationDate()
public AccrueType getDefaultFixedCostAccrual()
public void setDefaultFixedCostAccrual(AccrueType defaultFixedCostAccrual)
defaultFixedCostAccrual - default fixed cost accrual typepublic void setExtendedCreationDate(Date creationDate)
creationDate - extended creation datepublic Integer getCriticalSlackLimit()
public void setCriticalSlackLimit(Integer criticalSlackLimit)
criticalSlackLimit - critical slack limitpublic Integer getBaselineForEarnedValue()
public void setBaselineForEarnedValue(Integer baselineForEarnedValue)
baselineForEarnedValue - baseline for earned valuepublic Integer getFiscalYearStartMonth()
public void setFiscalYearStartMonth(Integer fiscalYearStartMonth)
fiscalYearStartMonth - fiscal year start monthpublic boolean getNewTaskStartIsProjectStart()
public void setNewTaskStartIsProjectStart(boolean newTaskStartIsProjectStart)
newTaskStartIsProjectStart - new task start is project startpublic Day getWeekStartDay()
public void setWeekStartDay(Day weekStartDay)
weekStartDay - week start daypublic void setCalculateMultipleCriticalPaths(boolean flag)
flag - boolean flagpublic boolean getCalculateMultipleCriticalPaths()
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
currencyCode - currency codepublic void setDocumentSummaryInformation(Map<Integer,Object> documentSummaryInformation)
documentSummaryInformation - The Document Summary Information Mappublic Map<Integer,Object> getDocumentSummaryInformation()
public void setHyperlinkBase(String hyperlinkBase)
hyperlinkBase - Hyperlink basepublic String getHyperlinkBase()
public boolean getShowProjectSummaryTask()
public void setShowProjectSummaryTask(boolean value)
value - boolean flagpublic Date getBaselineDate(int index)
index - baseline index
public void setBaselineDate(int index,
Date date)
index - baseline indexdate - baseline date, null if baseline not setpublic final ProjectFile getParentFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||