|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskTimerInfo
A TaskTimerInfo
object identifies the task timer info such as the info for deadline, reminder and esculation for a task.
Method Summary | |
---|---|
int |
getDays()
Retrieves the number of days for the task timer component. |
int |
getHours()
Retrieves the number of hours for the task timer component. |
int |
getMinutes()
Retrieves the number of minutes for the task timer component. |
int |
getTotalMinutes()
Retrieves the number of total minutes for the task timer component. |
boolean |
isUseBusinessDays()
Retrieves the value to indicate if using business calendar for a task timer component. |
void |
setDays(int days)
Sets the number of days for the task timer component. |
void |
setHours(int hours)
Sets the number of hours for the task timer component. |
void |
setMinutes(int minutes)
Sets the number of minutes for the task timer component. |
void |
setTimerSetupRequired(boolean timerRequired)
Indicates if the Timer should be configured by TaskManager. |
void |
setUseBusinessDays(boolean useBusinessDays)
Sets whether or not use business calendar for the task timer component. |
Method Detail |
---|
void setDays(int days)
days
- a number of days for the task timer component.int getDays()
void setHours(int hours)
hours
- a number of hours for the task timer component.int getHours()
void setMinutes(int minutes)
minutes
- a number of minutes for the task timer component.int getMinutes()
int getTotalMinutes()
void setUseBusinessDays(boolean useBusinessDays)
useBusinessDays
- a value to specify whether or not use business calendar for the task timer component.boolean isUseBusinessDays()
void setTimerSetupRequired(boolean timerRequired)
timerRequired
- true if the timer is to be configured
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |