org.figure8.join.services.scheduling
Class QuartzCronParameterInfo
java.lang.Object
org.figure8.join.core.EntityObject
org.figure8.join.services.scheduling.QuartzCronParameterInfo
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class QuartzCronParameterInfo
- extends EntityObject
This class represents an entity of cron parameter instance. A quartz cron instance
can have N quartz cron parameter.
- Version:
- $Revision: 1.3 $
- Author:
- Jerome Evrard
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
QuartzCronParameterInfo
public QuartzCronParameterInfo()
- Build a new instance.
QuartzCronParameterInfo
public QuartzCronParameterInfo(java.lang.String name,
java.lang.String value,
boolean jobParameter)
- Build a new instance.
- Parameters:
name
- The cron parameter name.value
- The cron parameter value.jobParameter
- The parameter is a job parameter (true), or the parameter is an user parameter (false).
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- The value to set.
isJobParameter
public boolean isJobParameter()
- Returns:
- Returns the jobParameter.
setJobParameter
public void setJobParameter(boolean jobParameter)
- Parameters:
jobParameter
- The jobParameter to set.
getCronInfo
public QuartzCronInfo getCronInfo()
- Returns:
- Returns the cronInfo.
setCronInfo
public void setCronInfo(QuartzCronInfo cronInfo)
- Parameters:
cronInfo
- The cronInfo to set.
Copyright © 2005-2008 Join. All Rights Reserved.