public class AccountFeeVO extends ConfigurationEntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,AccountFeeVO> |
AMOUNT |
static BasicProperty<AccountFeeChargeMode,AccountFeeVO> |
CHARGE_MODE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,AccountFeeVO> |
DAY_MONTH |
static BasicProperty<WeekDay,AccountFeeVO> |
DAY_WEEK |
static BasicProperty<java.lang.Boolean,AccountFeeVO> |
ENABLED |
static BasicProperty<java.lang.Integer,AccountFeeVO> |
HOUR |
static BasicProperty<TimeIntervalDTO,AccountFeeVO> |
RECURRENCE |
static BasicProperty<AccountFeeRunMode,AccountFeeVO> |
RUN_MODE |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
AccountFeeVO() |
AccountFeeVO(java.lang.Long id) |
AccountFeeVO(Property<T,? super AccountFeeVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getAmount() |
AccountFeeChargeMode |
getChargeMode() |
java.lang.Integer |
getDayMonth() |
WeekDay |
getDayWeek() |
java.lang.Integer |
getHour() |
TimeIntervalDTO |
getRecurrence() |
AccountFeeRunMode |
getRunMode() |
boolean |
isEnabled() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setChargeMode(AccountFeeChargeMode chargeMode) |
void |
setDayMonth(java.lang.Integer dayMonth) |
void |
setDayWeek(WeekDay dayWeek) |
void |
setEnabled(boolean enabled) |
void |
setHour(java.lang.Integer hour) |
void |
setRecurrence(TimeIntervalDTO recurrence) |
void |
setRunMode(AccountFeeRunMode runMode) |
getInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.math.BigDecimal,AccountFeeVO> AMOUNT
public static final BasicProperty<AccountFeeChargeMode,AccountFeeVO> CHARGE_MODE
public static final BasicProperty<java.lang.Integer,AccountFeeVO> DAY_MONTH
public static final BasicProperty<WeekDay,AccountFeeVO> DAY_WEEK
public static final BasicProperty<java.lang.Boolean,AccountFeeVO> ENABLED
public static final BasicProperty<java.lang.Integer,AccountFeeVO> HOUR
public static final BasicProperty<TimeIntervalDTO,AccountFeeVO> RECURRENCE
public static final BasicProperty<AccountFeeRunMode,AccountFeeVO> RUN_MODE
public AccountFeeVO()
public AccountFeeVO(java.lang.Long id)
public AccountFeeVO(Property<T,? super AccountFeeVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityVOpublic java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public AccountFeeChargeMode getChargeMode()
public void setChargeMode(AccountFeeChargeMode chargeMode)
public java.lang.Integer getDayMonth()
public void setDayMonth(java.lang.Integer dayMonth)
public WeekDay getDayWeek()
public void setDayWeek(WeekDay dayWeek)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public java.lang.Integer getHour()
public void setHour(java.lang.Integer hour)
public TimeIntervalDTO getRecurrence()
public void setRecurrence(TimeIntervalDTO recurrence)
public AccountFeeRunMode getRunMode()
public void setRunMode(AccountFeeRunMode runMode)