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

java.lang.Object
  extended by it.eng.spagobi.tools.scheduler.to.JobInfo

public class JobInfo
extends java.lang.Object


Constructor Summary
JobInfo()
           
 
Method Summary
 java.util.List getBiobjectIds()
          Gets the biobject ids.
 java.util.List getBiobjects()
          Gets the biobjects.
 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 setBiobjects(java.util.List biobjects)
          Sets the biobjects.
 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

getBiobjects

public java.util.List getBiobjects()
Gets the biobjects.

Returns:
the biobjects

setBiobjects

public void setBiobjects(java.util.List biobjects)
Sets the biobjects.

Parameters:
biobjects - the new biobjects

getBiobjectIds

public java.util.List getBiobjectIds()
Gets the biobject ids.

Returns:
the biobject ids

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)