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

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

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

See Also:
Serialized Form

Constructor Summary
JobInfo()
           
 
Method Summary
 java.util.List<java.lang.Integer> getDocumentIds()
           
 java.util.List<BIObject> getDocuments()
           
 java.lang.String getJobDescription()
          Gets the job description.
 java.lang.String getJobGroupName()
          Gets the job group name.
 java.lang.String getJobName()
          Gets the job name.
 java.lang.String getSchedulerAdminstratorIdentifier()
           
 void setDocuments(java.util.List<BIObject> documents)
           
 void setJobDescription(java.lang.String jobDescription)
          Sets the job description.
 void setJobGroupName(java.lang.String jobGroupName)
          Sets the job group name.
 void setJobName(java.lang.String jobName)
          Sets the job name.
 void setSchedulerAdminstratorIdentifier(java.lang.String schedulerAdminstratorIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobInfo

public JobInfo()
Method Detail

getJobDescription

public java.lang.String getJobDescription()
Gets the job description.

Returns:
the job description

setJobDescription

public void setJobDescription(java.lang.String jobDescription)
Sets the job description.

Parameters:
jobDescription - the new job description

getJobName

public java.lang.String getJobName()
Gets the job name.

Returns:
the job name

setJobName

public void setJobName(java.lang.String jobName)
Sets the job name.

Parameters:
jobName - the new job name

getDocuments

public java.util.List<BIObject> getDocuments()

setDocuments

public void setDocuments(java.util.List<BIObject> documents)

getDocumentIds

public java.util.List<java.lang.Integer> getDocumentIds()

getJobGroupName

public java.lang.String getJobGroupName()
Gets the job group name.

Returns:
the job group name

setJobGroupName

public void setJobGroupName(java.lang.String jobGroupName)
Sets the job group name.

Parameters:
jobGroupName - the new job group name

getSchedulerAdminstratorIdentifier

public java.lang.String getSchedulerAdminstratorIdentifier()

setSchedulerAdminstratorIdentifier

public void setSchedulerAdminstratorIdentifier(java.lang.String schedulerAdminstratorIdentifier)