ibi.broker.api.data.schedule
Class TimeInfoCustom

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

public class TimeInfoCustom
extends TimeInfo

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ibi.broker.api.data.schedule.TimeInfo
CUSTOM, DAY, description, HOUR, id, MINUTE, MONTH, name, ONCE, WEEK, YEAR
 
Constructor Summary
TimeInfoCustom()
           
 
Method Summary
 java.util.Calendar[] getDateList()
           
 java.util.Calendar getEndTime()
           
 TimeInterval getSecondaryRunInterval()
           
 void setDateList(java.util.Calendar[] dateList)
           
 void setEndTime(java.util.Calendar endTime)
           
 void setSecondaryRunInterval(TimeInterval secondaryRunInterval)
           
 
Methods inherited from class ibi.broker.api.data.schedule.TimeInfo
getDescription, getId, getName, getNextRunTime, getStartTime, setDescription, setId, setName, setNextRunTime, setStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeInfoCustom

public TimeInfoCustom()
Method Detail

getDateList

public java.util.Calendar[] getDateList()

setDateList

public void setDateList(java.util.Calendar[] dateList)

getEndTime

public java.util.Calendar getEndTime()

setEndTime

public void setEndTime(java.util.Calendar endTime)

getSecondaryRunInterval

public TimeInterval getSecondaryRunInterval()

setSecondaryRunInterval

public void setSecondaryRunInterval(TimeInterval secondaryRunInterval)


Copyright © 2006 Information Builders, Incorporated.