public class Schedule extends Object implements Serializable
| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedtimestamp() |
String |
getCronExpression() |
String |
getDays() |
Integer |
getFrequency() |
String |
getHours() |
Date |
getLastchangedtimestamp() |
String |
getMinutes() |
String |
getMonths() |
Date |
getRunoncetimestamp() |
String |
getSchedulename() |
String |
getScheduletype() |
UUID |
getScheduleuuid() |
String |
getStatus() |
String |
getWeekdays() |
void |
setCreatedtimestamp(Date createdtimestamp) |
void |
setCronExpression(String cronExpression) |
void |
setDays(String days) |
void |
setFrequency(Integer frequency) |
void |
setHours(String hours) |
void |
setLastchangedtimestamp(Date lastchangedtimestamp) |
void |
setMinutes(String minutes) |
void |
setMonths(String months) |
void |
setRunoncetimestamp(Date runoncetimestamp) |
void |
setSchedulename(String schedulename) |
void |
setScheduletype(String scheduletype) |
void |
setScheduleuuid(UUID scheduleuuid) |
void |
setStatus(String status) |
void |
setWeekdays(String weekdays) |
public UUID getScheduleuuid()
public void setScheduleuuid(UUID scheduleuuid)
scheduleuuid - the scheduleuuid to setpublic String getSchedulename()
public void setSchedulename(String schedulename)
schedulename - the schedulename to setpublic String getScheduletype()
public void setScheduletype(String scheduletype)
scheduletype - the scheduletype to setpublic String getMinutes()
public void setMinutes(String minutes)
minutes - the minutes to setpublic String getHours()
public void setHours(String hours)
hours - the hours to setpublic String getDays()
public void setDays(String days)
days - the days to setpublic String getWeekdays()
public void setWeekdays(String weekdays)
weekdays - the weekdays to setpublic String getMonths()
public void setMonths(String months)
months - the months to setpublic Date getRunoncetimestamp()
public void setRunoncetimestamp(Date runoncetimestamp)
runoncetimestamp - the runoncetimestamp to setpublic Integer getFrequency()
public void setFrequency(Integer frequency)
frequency - the frequency to setpublic Date getCreatedtimestamp()
public void setCreatedtimestamp(Date createdtimestamp)
createdtimestamp - the createdtimestamp to setpublic Date getLastchangedtimestamp()
public void setLastchangedtimestamp(Date lastchangedtimestamp)
lastchangedtimestamp - the lastchangedtimestamp to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getCronExpression()
public void setCronExpression(String cronExpression)
cronExpression - the cronExpression to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.