|
||||||||||
| 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 | |
|---|---|
Integer |
getDailyFrequency()
Retrieves the recurring task frequency. |
boolean |
getDailyWorkday()
Retrieve the daily workday flag. |
Duration |
getDuration()
Retrieve the duration of the recurring task. |
Date |
getFinishDate()
Gets the finish date of this recurring task. |
Integer |
getMonthlyAbsoluteDay()
Retrieves the monthly absolute day. |
Integer |
getMonthlyAbsoluteFrequency()
Retrieves the monthly absolute frequency. |
boolean |
getMonthlyRelative()
Retrieves the monthly relative flag. |
Day |
getMonthlyRelativeDay()
Retrieves the monthly relative day. |
Integer |
getMonthlyRelativeFrequency()
Sets the monthly relative frequency. |
Integer |
getMonthlyRelativeOrdinal()
Retrieves the monthly relative ordinal value. |
Integer |
getOccurrences()
Sets the number of occurrences. |
RecurrenceType |
getRecurrenceType()
Retrieves the recurrence type. |
Date |
getStartDate()
Gets the start date of this recurring task. |
boolean |
getUseEndDate()
Retrieves the use end date flag. |
Integer |
getWeeklyDays()
Retrieves a bit field representing days of the week. |
Integer |
getWeeklyFrequency()
Retrieves the recurring task frequency. |
boolean |
getYearlyAbsolute()
Retrieve the yearly relative flag. |
Date |
getYearlyAbsoluteDate()
Retrieves the yearly absolute date. |
Day |
getYearlyRelativeDay()
Retrieve the yearly relative day. |
Integer |
getYearlyRelativeMonth()
Retrieves the yearly relative month. |
Integer |
getYearlyRelativeOrdinal()
Retrieves the yearly relative ordinal. |
void |
setDailyFrequency(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(Date val)
Sets the finish date of this recurring task. |
void |
setMonthlyAbsoluteDay(Integer day)
Sets the monthly absolute day. |
void |
setMonthlyAbsoluteFrequency(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(Integer frequency)
Retrieves the monthly relative frequency. |
void |
setMonthlyRelativeOrdinal(Integer ordinal)
Sets the monthly relative ordinal value. |
void |
setOccurrences(Integer occurrences)
Retrieves the number of occurrences. |
void |
setRecurrenceType(RecurrenceType type)
Sets the recurrence type. |
void |
setStartDate(Date val)
Sets the start date of this recurring task. |
void |
setUseEndDate(boolean useEndDate)
Sets the use end date flag. |
void |
setWeeklyDays(Integer days)
Sets a bit field representing days of the week. |
void |
setWeeklyFrequency(Integer frequency)
Set the recurring task frequency. |
void |
setYearlyAbsolute(boolean absolute)
Set the yearly relative flag. |
void |
setYearlyAbsoluteDate(Date date)
Sets the yearly absolute date. |
void |
setYearlyRelativeDay(Day day)
Sets the yearly relative day. |
void |
setYearlyRelativeMonth(Integer month)
Sets the yearly relative month. |
void |
setYearlyRelativeOrdinal(Integer ordinal)
Sets the yearly relative ordinal. |
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 Date getStartDate()
public void setStartDate(Date val)
val - date to start recurring taskpublic Date getFinishDate()
public void setFinishDate(Date val)
val - date to finish recurring taskpublic Duration getDuration()
public void setDuration(Duration duration)
duration - duration of the recurring taskpublic Integer getOccurrences()
public void setOccurrences(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 Integer getWeeklyDays()
public void setWeeklyDays(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 Integer getDailyFrequency()
public void setDailyFrequency(Integer frequency)
frequency - recurring task frequencypublic Integer getWeeklyFrequency()
public void setWeeklyFrequency(Integer frequency)
frequency - recurring task frequencypublic Integer getMonthlyRelativeOrdinal()
public void setMonthlyRelativeOrdinal(Integer ordinal)
ordinal - monthly relative ordinal valuepublic Day getMonthlyRelativeDay()
public void setMonthlyRelativeDay(Day day)
day - monthly relative daypublic Integer getMonthlyRelativeFrequency()
public void setMonthlyRelativeFrequency(Integer frequency)
frequency - monthly relative frequencypublic Integer getMonthlyAbsoluteDay()
public void setMonthlyAbsoluteDay(Integer day)
day - monthly absolute daypublic Integer getMonthlyAbsoluteFrequency()
public void setMonthlyAbsoluteFrequency(Integer frequency)
frequency - monthly absolute frequencypublic Integer getYearlyRelativeOrdinal()
public void setYearlyRelativeOrdinal(Integer ordinal)
ordinal - yearly relative ordinalpublic Day getYearlyRelativeDay()
public void setYearlyRelativeDay(Day day)
day - yearly relative daypublic Integer getYearlyRelativeMonth()
public void setYearlyRelativeMonth(Integer month)
month - yearly relative monthpublic Date getYearlyAbsoluteDate()
public void setYearlyAbsoluteDate(Date date)
date - yearly absolute datepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||