| Constructor and Description |
|---|
PollingInfo()
Creates a new instance of PollingInfo
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDelayToStart()
return delay in minutes
|
List<MailInfo> |
getMailInfoList()
Setter for property mailInfoList.
|
long |
getMailInterval()
Getter for property mailInterval.
|
long |
getPollingInterval()
return interval in minutes
|
StatusInfo[] |
getStatuses()
Getter for property statuses.
|
int |
getStopPollInterval()
Getter for property stopPollInterval.
|
String |
getTaskId()
Getter for property grpId.
|
boolean |
isTerminate()
Getter for property terminate.
|
void |
setDelayToStart(long delayToStart)
Setter for property delayToStart.
|
void |
setMailInfoList(List<MailInfo> mailInfoList) |
void |
setMailInterval(String mailInterval)
Setter for property mailInterval.
|
void |
setPollingInterval(String pollingInterval)
Setter for property pollInterval.
|
void |
setStatuses(StatusInfo[] statuses)
Setter for property statuses.
|
void |
setStopPollInterval(String stopPollInterval)
Setter for property stopPollInterval.
|
void |
setTaskId(String taskId)
Setter for property grpId.
|
void |
setTerminate(boolean terminate)
Setter for property terminate.
|
public String getTaskId()
public void setTaskId(String taskId)
grpId - New value of property grpId.public StatusInfo[] getStatuses()
public void setStatuses(StatusInfo[] statuses)
statuses - New value of property statuses.public void setPollingInterval(String pollingInterval)
pollInterval - New value of property pollInterval.public long getPollingInterval()
TaskInfogetPollingInterval in interface TaskInfoTaskInfo.getPollingInterval()public long getMailInterval()
public void setMailInterval(String mailInterval)
mailInterval - New value of property mailInterval.public boolean isTerminate()
public void setTerminate(boolean terminate)
terminate - New value of property terminate.public int getStopPollInterval()
public void setStopPollInterval(String stopPollInterval)
stopPollInterval - New value of property stopPollInterval.public long getDelayToStart()
TaskInfogetDelayToStart in interface TaskInfoTaskInfo.getDelayToStart()public void setDelayToStart(long delayToStart)
delayToStart - New value of property delayToStart.public List<MailInfo> getMailInfoList()
mailInfoList - New value of property mailInfoList.Copyright © 2013 The Kuali Foundation. All Rights Reserved.