| Package | com.adobe.idp.taskmanager.dsc.client.task |
| Interface | public interface TaskTimerInfo |
TaskTimerInfo object identifies the task timer info such as the info for deadline, reminder and esculation for a task.| Method | Defined By | ||
|---|---|---|---|
int getDays() Retrieves the number of days for the task timer component. | TaskTimerInfo | ||
int getHours() Retrieves the number of hours for the task timer component. | TaskTimerInfo | ||
int getMinutes() Retrieves the number of minutes for the task timer component. | TaskTimerInfo | ||
int getTotalMinutes() Retrieves the number of total minutes for the task timer component. | TaskTimerInfo | ||
boolean isUseBusinessDays() Retrieves the value to indicate if using business calendar for a task timer component. | TaskTimerInfo | ||
void setDays(int days) Sets the number of days for the task timer component. | TaskTimerInfo | ||
void setHours(int hours) Sets the number of hours for the task timer component. | TaskTimerInfo | ||
void setMinutes(int minutes) Sets the number of minutes for the task timer component. | TaskTimerInfo | ||
void setUseBusinessDays(boolean useBusinessDays) Sets whether or not use business calendar for the task timer component. | TaskTimerInfo | ||
| getDays | () |
public int getDays()Retrieves the number of days for the task timer component.
Returns| The number of days for the task timer component. |
| getHours | () |
public int getHours()Retrieves the number of hours for the task timer component.
Returns| The number of hours for the task timer component. |
| getMinutes | () |
public int getMinutes()Retrieves the number of minutes for the task timer component.
Returns| The number of minutes for the task timer component. |
| getTotalMinutes | () |
public int getTotalMinutes()Retrieves the number of total minutes for the task timer component.
Returns| The number of total minutes for the task timer component. |
| isUseBusinessDays | () |
public boolean isUseBusinessDays()Retrieves the value to indicate if using business calendar for a task timer component.
Returns| The boolean value, if true, then use business calendar, otherwise not for the task timer component. |
| setDays | () |
public void setDays(int days)Sets the number of days for the task timer component.
Parameters
days — a number of days for the task timer component. |
| setHours | () |
public void setHours(int hours)Sets the number of hours for the task timer component.
Parameters
hours — a number of hours for the task timer component. |
| setMinutes | () |
public void setMinutes(int minutes)Sets the number of minutes for the task timer component.
Parameters
minutes — a number of minutes for the task timer component. |
| setUseBusinessDays | () |
public void setUseBusinessDays(boolean useBusinessDays)Sets whether or not use business calendar for the task timer component.
Parameters
useBusinessDays — a value to specify whether or not use business calendar for the task timer component. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/task/TaskTimerInfo.html