public class CronForm
extends org.apache.struts.action.ActionForm
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorTopiaId |
protected Date |
dateEnd |
protected Date |
dateStart |
protected String |
dayOfMonth |
protected String |
dayOfWeek |
protected boolean |
enable |
protected String |
eventTopiaId |
protected String |
hours |
protected String |
label |
protected static org.apache.commons.logging.Log |
log |
protected String |
minutes |
protected String |
month |
protected String |
seconds |
protected String |
templateContent |
protected String |
templateModel |
protected String |
templateName |
protected String |
topiaId |
protected Collection<String> |
variables |
protected String |
year |
| Constructor and Description |
|---|
CronForm() |
protected static final org.apache.commons.logging.Log log
protected String eventTopiaId
protected String authorTopiaId
protected String topiaId
protected String label
protected Date dateStart
protected Date dateEnd
protected String templateModel
protected String templateName
protected String templateContent
protected boolean enable
protected Collection<String> variables
protected String seconds
protected String minutes
protected String hours
protected String dayOfMonth
protected String month
protected String dayOfWeek
protected String year
public Date getDateEnd()
public void setDateEnd(Date dateEnd)
public Date getDateStart()
public void setDateStart(Date dateStart)
public boolean isEnable()
public void setEnable(boolean enable)
public String getEventTopiaId()
public void setEventTopiaId(String eventTopiaId)
public String getAuthorTopiaId()
public void setAuthorTopiaId(String authorTopiaId)
public String getAuthorName()
public String getLabel()
public void setLabel(String label)
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getTemplateContent()
public void setTemplateContent(String templateContent)
public Collection<String> getVariables()
public void setVariables(Collection<String> variables)
public String getTemplateModel()
public void setTemplateModel(String templateModel)
public String getTemplateName()
public void setTemplateName(String templateName)
public String getDayOfWeek()
public void setDayOfWeek(String dayOfWeek)
public String getDayOfMonth()
public void setDayOfMonth(String dayOfMonth)
public String getHours()
public void setHours(String hours)
public String getMinutes()
public void setMinutes(String minutes)
public String getMonth()
public void setMonth(String month)
public String getSeconds()
public void setSeconds(String seconds)
public String getYear()
public void setYear(String year)
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
validate in class org.apache.struts.action.ActionFormpublic Cron toBean()
Copyright © 2008-2013 Cybelia. All Rights Reserved.