|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.mpxj.RecurringTask
public final class RecurringTask
This class represents the Recurring Task Record as found in an MPX file.
| Constructor Summary | |
|---|---|
RecurringTask()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getDailyFrequency()
Retrieves the recurring task frequency. |
boolean |
getDailyWorkday()
Retrieve the daily workday flag. |
Duration |
getDuration()
Retrieve the duration of the recurring task. |
java.util.Date |
getFinishDate()
Gets the finish date of this recurring task. |
java.lang.Integer |
getMonthlyAbsoluteDay()
Retrieves the monthly absolute day. |
java.lang.Integer |
getMonthlyAbsoluteFrequency()
Retrieves the monthly absolute frequency. |
boolean |
getMonthlyRelative()
Retrieves the monthly relative flag. |
Day |
getMonthlyRelativeDay()
Retrieves the monthly relative day. |
java.lang.Integer |
getMonthlyRelativeFrequency()
Sets the monthly relative frequency. |
java.lang.Integer |
getMonthlyRelativeOrdinal()
Retrieves the monthly relative ordinal value. |
java.lang.Integer |
getOccurrences()
Sets the number of occurrences. |
RecurrenceType |
getRecurrenceType()
Retrieves the recurrence type. |
java.util.Date |
getStartDate()
Gets the start date of this recurring task. |
boolean |
getUseEndDate()
Retrieves the use end date flag. |
java.lang.Integer |
getWeeklyDays()
Retrieves a bit field representing days of the week. |
java.lang.Integer |
getWeeklyFrequency()
Retrieves the recurring task frequency. |
boolean |
getYearlyAbsolute()
Retrieve the yearly relative flag. |
java.util.Date |
getYearlyAbsoluteDate()
Retrieves the yearly absolute date. |
Day |
getYearlyRelativeDay()
Retrieve the yearly relative day. |
java.lang.Integer |
getYearlyRelativeMonth()
Retrieves the yearly relative month. |
java.lang.Integer |
getYearlyRelativeOrdinal()
Retrieves the yearly relative ordinal. |
void |
setDailyFrequency(java.lang.Integer frequency)
Set the recurring task frequency. |
void |
setDailyWorkday(boolean workday)
Set the daily workday flag. |
void |
setDuration(Duration duration)
Set the duration of the recurring task. |
void |
setFinishDate(java.util.Date val)
Sets the finish date of this recurring task. |
void |
setMonthlyAbsoluteDay(java.lang.Integer day)
Sets the monthly absolute day. |
void |
setMonthlyAbsoluteFrequency(java.lang.Integer frequency)
Sets the monthly absolute frequency. |
void |
setMonthlyRelative(boolean relative)
Sets the monthly relative flag. |
void |
setMonthlyRelativeDay(Day day)
Sets the monthly relative day. |
void |
setMonthlyRelativeFrequency(java.lang.Integer frequency)
Retrieves the monthly relative frequency. |
void |
setMonthlyRelativeOrdinal(java.lang.Integer ordinal)
Sets the monthly relative ordinal value. |
void |
setOccurrences(java.lang.Integer occurrences)
Retrieves the number of occurrences. |
void |
setRecurrenceType(RecurrenceType type)
Sets the recurrence type. |
void |
setStartDate(java.util.Date val)
Sets the start date of this recurring task. |
void |
setUseEndDate(boolean useEndDate)
Sets the use end date flag. |
void |
setWeeklyDays(java.lang.Integer days)
Sets a bit field representing days of the week. |
void |
setWeeklyFrequency(java.lang.Integer frequency)
Set the recurring task frequency. |
void |
setYearlyAbsolute(boolean absolute)
Set the yearly relative flag. |
void |
setYearlyAbsoluteDate(java.util.Date date)
Sets the yearly absolute date. |
void |
setYearlyRelativeDay(Day day)
Sets the yearly relative day. |
void |
setYearlyRelativeMonth(java.lang.Integer month)
Sets the yearly relative month. |
void |
setYearlyRelativeOrdinal(java.lang.Integer ordinal)
Sets the yearly relative ordinal. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecurringTask()
| Method Detail |
|---|
public java.util.Date getStartDate()
public void setStartDate(java.util.Date val)
val - date to start recurring taskpublic java.util.Date getFinishDate()
public void setFinishDate(java.util.Date val)
val - date to finish recurring taskpublic Duration getDuration()
public void setDuration(Duration duration)
duration - duration of the recurring taskpublic java.lang.Integer getOccurrences()
public void setOccurrences(java.lang.Integer occurrences)
occurrences - number of occurrencespublic RecurrenceType getRecurrenceType()
public void setRecurrenceType(RecurrenceType type)
type - recurrence typepublic boolean getUseEndDate()
public void setUseEndDate(boolean useEndDate)
useEndDate - use end date flagpublic boolean getDailyWorkday()
public void setDailyWorkday(boolean workday)
workday - workday flagpublic java.lang.Integer getWeeklyDays()
public void setWeeklyDays(java.lang.Integer days)
days - integer bit fieldpublic boolean getMonthlyRelative()
public void setMonthlyRelative(boolean relative)
relative - boolean flagpublic boolean getYearlyAbsolute()
public void setYearlyAbsolute(boolean absolute)
absolute - boolean flagpublic java.lang.Integer getDailyFrequency()
public void setDailyFrequency(java.lang.Integer frequency)
frequency - recurring task frequencypublic java.lang.Integer getWeeklyFrequency()
public void setWeeklyFrequency(java.lang.Integer frequency)
frequency - recurring task frequencypublic java.lang.Integer getMonthlyRelativeOrdinal()
public void setMonthlyRelativeOrdinal(java.lang.Integer ordinal)
ordinal - monthly relative ordinal valuepublic Day getMonthlyRelativeDay()
public void setMonthlyRelativeDay(Day day)
day - monthly relative daypublic java.lang.Integer getMonthlyRelativeFrequency()
public void setMonthlyRelativeFrequency(java.lang.Integer frequency)
frequency - monthly relative frequencypublic java.lang.Integer getMonthlyAbsoluteDay()
public void setMonthlyAbsoluteDay(java.lang.Integer day)
day - monthly absolute daypublic java.lang.Integer getMonthlyAbsoluteFrequency()
public void setMonthlyAbsoluteFrequency(java.lang.Integer frequency)
frequency - monthly absolute frequencypublic java.lang.Integer getYearlyRelativeOrdinal()
public void setYearlyRelativeOrdinal(java.lang.Integer ordinal)
ordinal - yearly relative ordinalpublic Day getYearlyRelativeDay()
public void setYearlyRelativeDay(Day day)
day - yearly relative daypublic java.lang.Integer getYearlyRelativeMonth()
public void setYearlyRelativeMonth(java.lang.Integer month)
month - yearly relative monthpublic java.util.Date getYearlyAbsoluteDate()
public void setYearlyAbsoluteDate(java.util.Date date)
date - yearly absolute datepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||