info.aduna.autofocus.http.webclient.schedules
Class CronExpression
java.lang.Object
info.aduna.autofocus.http.webclient.schedules.CronExpression
- Direct Known Subclasses:
- SourceCronExpression
public class CronExpression
- extends Object
- Author:
- Herko ter Horst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CronExpression
public CronExpression()
getMinutes
public String getMinutes()
- Returns:
- Returns the minutes.
setMinutes
public void setMinutes(String minutes)
- Parameters:
minutes - The minutes to set.
getHours
public String getHours()
- Returns:
- Returns the hours.
setHours
public void setHours(String hours)
- Parameters:
hours - The hours to set.
getDaysofmonth
public String getDaysofmonth()
- Returns:
- Returns the daysofmonth.
setDaysofmonth
public void setDaysofmonth(String daysofmonth)
- Parameters:
daysofmonth - The daysofmonth to set.
getMonths
public String getMonths()
- Returns:
- Returns the months.
setMonths
public void setMonths(String months)
- Parameters:
months - The months to set.
getDaysofweek
public String getDaysofweek()
- Returns:
- Returns the daysofweek.
setDaysofweek
public void setDaysofweek(String daysofweek)
- Parameters:
daysofweek - The daysofweek to set.
setExpression
public void setExpression(String expression)
getExpression
public String getExpression()
- Returns:
- Returns the expression.
getOriginalExpression
public String getOriginalExpression()
- Returns:
- Returns the originalExpression.
setOriginalExpression
public void setOriginalExpression(String originalExpression)
- Parameters:
originalExpression - The originalExpression to set.
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String id)
- Parameters:
id - The id to set.
Copyright © 1997-2008 Aduna. All Rights Reserved.