public class AccountFeeExecutionVO extends AccountFeeWithTypeVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,AccountFeeExecutionVO> |
CURRENCY |
static BasicProperty<DateTime,AccountFeeExecutionVO> |
LAST_EXECUTION |
static BasicProperty<AccountFeeLogStatus,AccountFeeExecutionVO> |
LAST_EXECUTION_STATUS |
static BasicProperty<DateTime,AccountFeeExecutionVO> |
NEXT_EXECUTION |
ACCOUNT_TYPEAMOUNT, CHARGE_MODE, DAY_MONTH, DAY_WEEK, ENABLED, HOUR, RECURRENCE, RUN_MODEINTERNAL_NAMENAMEID| Constructor and Description |
|---|
AccountFeeExecutionVO() |
AccountFeeExecutionVO(java.lang.Long id) |
AccountFeeExecutionVO(Property<T,? super AccountFeeExecutionVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyVO |
getCurrency() |
DateTime |
getLastExecution() |
AccountFeeLogStatus |
getLastExecutionStatus() |
DateTime |
getNextExecution() |
void |
setCurrency(CurrencyVO currency) |
void |
setLastExecution(DateTime lastExecution) |
void |
setLastExecutionStatus(AccountFeeLogStatus lastExecutionStatus) |
void |
setNextExecution(DateTime nextExecution) |
getAccountType, setAccountTypegetAmount, getChargeMode, getDayMonth, getDayWeek, getHour, getRecurrence, getRunMode, isEnabled, setAmount, setChargeMode, setDayMonth, setDayWeek, setEnabled, setHour, setRecurrence, setRunModegetInternalName, 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<CurrencyVO,AccountFeeExecutionVO> CURRENCY
public static final BasicProperty<DateTime,AccountFeeExecutionVO> LAST_EXECUTION
public static final BasicProperty<AccountFeeLogStatus,AccountFeeExecutionVO> LAST_EXECUTION_STATUS
public static final BasicProperty<DateTime,AccountFeeExecutionVO> NEXT_EXECUTION
public AccountFeeExecutionVO()
public AccountFeeExecutionVO(java.lang.Long id)
public AccountFeeExecutionVO(Property<T,? super AccountFeeExecutionVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AccountFeeWithTypeVOpublic CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public DateTime getLastExecution()
public void setLastExecution(DateTime lastExecution)
public AccountFeeLogStatus getLastExecutionStatus()
public void setLastExecutionStatus(AccountFeeLogStatus lastExecutionStatus)
public DateTime getNextExecution()
public void setNextExecution(DateTime nextExecution)
public java.lang.String className()
className in class AccountFeeWithTypeVO