it.eng.spagobi.tools.scheduler.to
Class TriggerInfo

java.lang.Object
  extended by it.eng.spagobi.tools.scheduler.to.TriggerInfo
All Implemented Interfaces:
java.io.Serializable

public class TriggerInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TriggerInfo()
           
 
Method Summary
 java.lang.String getChronString()
          Gets the chron string.
 java.lang.String getEndDate()
          Gets the end date.
 java.lang.String getEndDateRFC3339()
          Gets the end date rf c3339.
 java.lang.String getEndTime()
          Gets the end time.
 JobInfo getJobInfo()
          Gets the job info.
 java.lang.String getRepeatInterval()
          Gets the repeat interval.
 java.util.Map getSaveOptions()
          Gets the save options.
 java.lang.String getStartDate()
          Gets the start date.
 java.lang.String getStartDateRFC3339()
          Gets the start date rf c3339.
 java.lang.String getStartTime()
          Gets the start time.
 java.lang.String getTriggerDescription()
          Gets the trigger description.
 java.lang.String getTriggerName()
          Gets the trigger name.
 void setChronString(java.lang.String chronString)
          Sets the chron string.
 void setEndDate(java.lang.String endDate)
          Sets the end date.
 void setEndTime(java.lang.String endTime)
          Sets the end time.
 void setJobInfo(JobInfo jobInfo)
          Sets the job info.
 void setRepeatInterval(java.lang.String repeatInterval)
          Sets the repeat interval.
 void setSaveOptions(java.util.Map saveOptions)
          Sets the save options.
 void setStartDate(java.lang.String startDate)
          Sets the start date.
 void setStartTime(java.lang.String startTime)
          Sets the start time.
 void setTriggerDescription(java.lang.String triggerDescription)
          Sets the trigger description.
 void setTriggerName(java.lang.String triggerName)
          Sets the trigger name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerInfo

public TriggerInfo()
Method Detail

getEndDate

public java.lang.String getEndDate()
Gets the end date.

Returns:
the end date

setEndDate

public void setEndDate(java.lang.String endDate)
Sets the end date.

Parameters:
endDate - the new end date

getEndTime

public java.lang.String getEndTime()
Gets the end time.

Returns:
the end time

setEndTime

public void setEndTime(java.lang.String endTime)
Sets the end time.

Parameters:
endTime - the new end time

getRepeatInterval

public java.lang.String getRepeatInterval()
Gets the repeat interval.

Returns:
the repeat interval

setRepeatInterval

public void setRepeatInterval(java.lang.String repeatInterval)
Sets the repeat interval.

Parameters:
repeatInterval - the new repeat interval

getStartDate

public java.lang.String getStartDate()
Gets the start date.

Returns:
the start date

setStartDate

public void setStartDate(java.lang.String startDate)
Sets the start date.

Parameters:
startDate - the new start date

getStartTime

public java.lang.String getStartTime()
Gets the start time.

Returns:
the start time

setStartTime

public void setStartTime(java.lang.String startTime)
Sets the start time.

Parameters:
startTime - the new start time

getTriggerDescription

public java.lang.String getTriggerDescription()
Gets the trigger description.

Returns:
the trigger description

setTriggerDescription

public void setTriggerDescription(java.lang.String triggerDescription)
Sets the trigger description.

Parameters:
triggerDescription - the new trigger description

getTriggerName

public java.lang.String getTriggerName()
Gets the trigger name.

Returns:
the trigger name

setTriggerName

public void setTriggerName(java.lang.String triggerName)
Sets the trigger name.

Parameters:
triggerName - the new trigger name

getJobInfo

public JobInfo getJobInfo()
Gets the job info.

Returns:
the job info

setJobInfo

public void setJobInfo(JobInfo jobInfo)
Sets the job info.

Parameters:
jobInfo - the new job info

getSaveOptions

public java.util.Map getSaveOptions()
Gets the save options.

Returns:
the save options

setSaveOptions

public void setSaveOptions(java.util.Map saveOptions)
Sets the save options.

Parameters:
saveOptions - the new save options

getChronString

public java.lang.String getChronString()
Gets the chron string.

Returns:
the chron string

setChronString

public void setChronString(java.lang.String chronString)
Sets the chron string.

Parameters:
chronString - the new chron string

getStartDateRFC3339

public java.lang.String getStartDateRFC3339()
Gets the start date rf c3339.

Returns:
the start date rf c3339

getEndDateRFC3339

public java.lang.String getEndDateRFC3339()
Gets the end date rf c3339.

Returns:
the end date rf c3339