public class ScheduledMailWhen extends Object
ScheduledMail mail schedule.| Modifier | Constructor and Description |
|---|---|
|
ScheduledMailWhen() |
protected |
ScheduledMailWhen(String recurrency,
org.joda.time.LocalDate startDate,
String timeZone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRecurrency() |
org.joda.time.LocalDate |
getStartDate() |
String |
getTimeZone() |
int |
hashCode() |
void |
setRecurrency(String recurrency) |
void |
setStartDate(org.joda.time.LocalDate startDate) |
void |
setTimeZone(String timeZone) |
String |
toString() |
protected ScheduledMailWhen(String recurrency, org.joda.time.LocalDate startDate, String timeZone)
public ScheduledMailWhen()
public String getRecurrency()
public org.joda.time.LocalDate getStartDate()
public String getTimeZone()
public void setRecurrency(String recurrency)
public void setStartDate(org.joda.time.LocalDate startDate)
public void setTimeZone(String timeZone)
Copyright © 2017. All Rights Reserved.