org.pentaho.platform.scheduler
Class QuartzJobDetail

java.lang.Object
  extended by org.pentaho.platform.scheduler.QuartzJobDetail
All Implemented Interfaces:
Serializable, IJobDetail

public class QuartzJobDetail
extends Object
implements IJobDetail, Serializable

See Also:
Serialized Form

Constructor Summary
QuartzJobDetail(org.quartz.JobDetail jobDetail)
           
 
Method Summary
 String getActionName()
           
 String getDescription()
           
 String getFullName()
           
 String getGroupName()
           
 String getName()
           
 String getSubmissionDate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzJobDetail

public QuartzJobDetail(org.quartz.JobDetail jobDetail)
Method Detail

getName

public String getName()
Specified by:
getName in interface IJobDetail

getActionName

public String getActionName()
Specified by:
getActionName in interface IJobDetail

getSubmissionDate

public String getSubmissionDate()
Specified by:
getSubmissionDate in interface IJobDetail

getGroupName

public String getGroupName()
Specified by:
getGroupName in interface IJobDetail

getDescription

public String getDescription()
Specified by:
getDescription in interface IJobDetail

getFullName

public String getFullName()
Specified by:
getFullName in interface IJobDetail