Class AccountFeeVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.ConfigurationEntityVO
-
- org.cyclos.model.banking.accountfees.AccountFeeVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity
- Direct Known Subclasses:
AccountFeeWithTypeVO
public class AccountFeeVO extends ConfigurationEntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BigDecimal,AccountFeeVO>AMOUNTstatic BasicProperty<AccountFeeChargeMode,AccountFeeVO>CHARGE_MODEstatic StringCLASS_NAMEstatic BasicProperty<Integer,AccountFeeVO>DAY_MONTHstatic BasicProperty<WeekDay,AccountFeeVO>DAY_WEEKstatic BasicProperty<Boolean,AccountFeeVO>ENABLEDstatic BasicProperty<Integer,AccountFeeVO>HOURstatic BasicProperty<Boolean,AccountFeeVO>NOTIFY_WHEN_SUCCESSstatic BasicProperty<TimeIntervalDTO,AccountFeeVO>RECURRENCEstatic BasicProperty<AccountFeeRunMode,AccountFeeVO>RUN_MODE-
Fields inherited from class org.cyclos.model.ConfigurationEntityVO
GLOBAL, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AccountFeeVO()AccountFeeVO(Long id)AccountFeeVO(Property<T,? super AccountFeeVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BigDecimalgetAmount()AccountFeeChargeModegetChargeMode()IntegergetDayMonth()WeekDaygetDayWeek()IntegergetHour()TimeIntervalDTOgetRecurrence()AccountFeeRunModegetRunMode()booleanisEnabled()booleanisNotifyWhenSuccess()voidsetAmount(BigDecimal amount)voidsetChargeMode(AccountFeeChargeMode chargeMode)voidsetDayMonth(Integer dayMonth)voidsetDayWeek(WeekDay dayWeek)voidsetEnabled(boolean enabled)voidsetHour(Integer hour)voidsetNotifyWhenSuccess(boolean notifyWhenSuccess)voidsetRecurrence(TimeIntervalDTO recurrence)voidsetRunMode(AccountFeeRunMode runMode)-
Methods inherited from class org.cyclos.model.ConfigurationEntityVO
getInternalName, isGlobal, setGlobal, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
AMOUNT
public static final BasicProperty<BigDecimal,AccountFeeVO> AMOUNT
-
CHARGE_MODE
public static final BasicProperty<AccountFeeChargeMode,AccountFeeVO> CHARGE_MODE
-
DAY_MONTH
public static final BasicProperty<Integer,AccountFeeVO> DAY_MONTH
-
DAY_WEEK
public static final BasicProperty<WeekDay,AccountFeeVO> DAY_WEEK
-
ENABLED
public static final BasicProperty<Boolean,AccountFeeVO> ENABLED
-
HOUR
public static final BasicProperty<Integer,AccountFeeVO> HOUR
-
NOTIFY_WHEN_SUCCESS
public static final BasicProperty<Boolean,AccountFeeVO> NOTIFY_WHEN_SUCCESS
-
RECURRENCE
public static final BasicProperty<TimeIntervalDTO,AccountFeeVO> RECURRENCE
-
RUN_MODE
public static final BasicProperty<AccountFeeRunMode,AccountFeeVO> RUN_MODE
-
-
Constructor Detail
-
AccountFeeVO
public AccountFeeVO()
-
AccountFeeVO
public AccountFeeVO(Long id)
-
AccountFeeVO
public AccountFeeVO(Property<T,? super AccountFeeVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classConfigurationEntityVO
-
getAmount
public BigDecimal getAmount()
-
setAmount
public void setAmount(BigDecimal amount)
-
getChargeMode
public AccountFeeChargeMode getChargeMode()
-
setChargeMode
public void setChargeMode(AccountFeeChargeMode chargeMode)
-
getDayMonth
public Integer getDayMonth()
-
setDayMonth
public void setDayMonth(Integer dayMonth)
-
getDayWeek
public WeekDay getDayWeek()
-
setDayWeek
public void setDayWeek(WeekDay dayWeek)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getHour
public Integer getHour()
-
setHour
public void setHour(Integer hour)
-
isNotifyWhenSuccess
public boolean isNotifyWhenSuccess()
-
setNotifyWhenSuccess
public void setNotifyWhenSuccess(boolean notifyWhenSuccess)
-
getRecurrence
public TimeIntervalDTO getRecurrence()
-
setRecurrence
public void setRecurrence(TimeIntervalDTO recurrence)
-
getRunMode
public AccountFeeRunMode getRunMode()
-
setRunMode
public void setRunMode(AccountFeeRunMode runMode)
-
-