public class AccountEmailReminderSettings extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
_intervalInDays |
protected Integer |
_repetitionsCount |
protected Integer |
_startInDaysDelay |
static String |
FIELD_INTERVAL_IN_DAYS |
static String |
FIELD_REPETITIONS_COUNT |
static String |
FIELD_START_IN_DAYS_DELAY |
| Constructor and Description |
|---|
AccountEmailReminderSettings() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
evalIntervalInDays() |
Integer |
evalRepetitionsCount() |
Integer |
evalStartInDaysDelay() |
Integer |
getIntervalInDays() |
Integer |
getRepetitionsCount() |
Integer |
getStartInDaysDelay() |
AccountEmailReminderSettings |
safeSetIntervalInDays(Integer value) |
AccountEmailReminderSettings |
safeSetRepetitionsCount(Integer value) |
AccountEmailReminderSettings |
safeSetStartInDaysDelay(Integer value) |
AccountEmailReminderSettings |
setIntervalInDays(Integer value) |
AccountEmailReminderSettings |
setRepetitionsCount(Integer value) |
AccountEmailReminderSettings |
setStartInDaysDelay(Integer value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_START_IN_DAYS_DELAY
public static final String FIELD_INTERVAL_IN_DAYS
public static final String FIELD_REPETITIONS_COUNT
protected Integer _startInDaysDelay
protected Integer _intervalInDays
protected Integer _repetitionsCount
public AccountEmailReminderSettings setStartInDaysDelay(Integer value)
public AccountEmailReminderSettings safeSetStartInDaysDelay(Integer value)
public Integer getStartInDaysDelay()
public Integer evalStartInDaysDelay()
public AccountEmailReminderSettings setIntervalInDays(Integer value)
public AccountEmailReminderSettings safeSetIntervalInDays(Integer value)
public Integer getIntervalInDays()
public Integer evalIntervalInDays()
public AccountEmailReminderSettings setRepetitionsCount(Integer value)
public AccountEmailReminderSettings safeSetRepetitionsCount(Integer value)
public Integer getRepetitionsCount()
public Integer evalRepetitionsCount()
Copyright 2022 OneSpan All rights reserved.