ibi.broker.api.data.schedule
Class TaskSchedule

java.lang.Object
  extended by ibi.broker.api.data.schedule.Task
      extended by ibi.broker.api.data.schedule.TaskSchedule
All Implemented Interfaces:
java.io.Serializable

public class TaskSchedule
extends Task

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ibi.broker.api.data.schedule.Task
Task.SystemTask
 
Field Summary
 
Fields inherited from class ibi.broker.api.data.schedule.Task
description, enabled, FILE, FTP, id, MAINFRAME_JES_RETRIEVE, MY_REPORT, procedureName, reportName, SCHEDULE, STANDARD_REPORT, taskRetry, URL, WEBFOCUS_SERVER_PROCEDURE
 
Constructor Summary
TaskSchedule()
           
 
Method Summary
 java.lang.String getScheduleId()
           
 boolean isAsynchronous()
           
 void setAsynchronous(boolean asynchronous)
           
 void setScheduleId(java.lang.String scheduleId)
           
 
Methods inherited from class ibi.broker.api.data.schedule.Task
getDescription, getId, getProcedureName, getReportName, getTaskRetry, isEnabled, setDescription, setEnabled, setId, setProcedureName, setReportName, setTaskRetry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskSchedule

public TaskSchedule()
Method Detail

getScheduleId

public java.lang.String getScheduleId()
Returns:
the scheduleId

setScheduleId

public void setScheduleId(java.lang.String scheduleId)
Parameters:
scheduleId - the scheduleId to set

isAsynchronous

public boolean isAsynchronous()
Returns:
the asynchronous

setAsynchronous

public void setAsynchronous(boolean asynchronous)
Parameters:
asynchronous - the asynchronous to set


Copyright © 2006 Information Builders, Incorporated.