public class AccountFeeDTO extends ConfigurationEntityDTO
DESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
AccountFeeDTO() |
AccountFeeDTO(java.lang.Long id) |
AccountFeeDTO(Property<T,? super AccountFeeDTO> property,
T value) |
getDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, 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<AccountTypeVO,AccountFeeDTO> ACCOUNT_TYPE
public static final BasicProperty<java.math.BigDecimal,AccountFeeDTO> AMOUNT
public static final BasicProperty<AccountFeeBalanceHandling,AccountFeeDTO> BALANCE_HANDLING
public static final BasicProperty<AccountFeeChargeMode,AccountFeeDTO> CHARGE_MODE
public static final BasicProperty<CustomScriptVO,AccountFeeDTO> CUSTOM_SCRIPT
public static final BasicProperty<java.lang.String,AccountFeeDTO> CUSTOM_SCRIPT_PARAMETERS
public static final BasicProperty<java.lang.Integer,AccountFeeDTO> DAY_MONTH
public static final BasicProperty<WeekDay,AccountFeeDTO> DAY_WEEK
public static final BasicProperty<java.lang.Boolean,AccountFeeDTO> ENABLED
public static final BasicProperty<DateTime,AccountFeeDTO> ENABLED_SINCE
public static final BasicProperty<java.math.BigDecimal,AccountFeeDTO> FREE_BASE
public static final BasicProperty<java.lang.Integer,AccountFeeDTO> HOUR
public static final BasicProperty<AccountFeePaymentDirection,AccountFeeDTO> PAYMENT_DIRECTION
public static final BasicProperty<TimeIntervalDTO,AccountFeeDTO> RECURRENCE
public static final BasicProperty<AccountFeeRunMode,AccountFeeDTO> RUN_MODE
public static final BasicProperty<TransferTypeVO,AccountFeeDTO> TRANSFER_TYPE
public AccountFeeDTO()
public AccountFeeDTO(java.lang.Long id)
public AccountFeeDTO(Property<T,? super AccountFeeDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityDTOpublic AccountTypeVO getAccountType()
public void setAccountType(AccountTypeVO accountType)
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public AccountFeeBalanceHandling getBalanceHandling()
public void setBalanceHandling(AccountFeeBalanceHandling balanceHandling)
public AccountFeeChargeMode getChargeMode()
public void setChargeMode(AccountFeeChargeMode chargeMode)
public CustomScriptVO getCustomScript()
public void setCustomScript(CustomScriptVO customScript)
public java.lang.String getCustomScriptParameters()
public void setCustomScriptParameters(java.lang.String customScriptParameters)
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 DateTime getEnabledSince()
public void setEnabledSince(DateTime enabledSince)
public java.math.BigDecimal getFreeBase()
public void setFreeBase(java.math.BigDecimal freeBase)
public java.lang.Integer getHour()
public void setHour(java.lang.Integer hour)
public AccountFeePaymentDirection getPaymentDirection()
public void setPaymentDirection(AccountFeePaymentDirection paymentDirection)
public TimeIntervalDTO getRecurrence()
public void setRecurrence(TimeIntervalDTO recurrence)
public AccountFeeRunMode getRunMode()
public void setRunMode(AccountFeeRunMode runMode)
public TransferTypeVO getTransferType()
public void setTransferType(TransferTypeVO transferType)