Class BaseAccountLimitLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.accounts.BaseAccountLimitLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
- Direct Known Subclasses:
AccountBalanceLimitLogVO,AccountPaymentAmountLimitLogVO
public abstract class BaseAccountLimitLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountVO,BaseAccountLimitLogVO>ACCOUNTstatic BasicProperty<BasicUserVO,BaseAccountLimitLogVO>BYstatic StringCLASS_NAMEstatic BasicProperty<CurrencyVO,BaseAccountLimitLogVO>CURRENCYstatic BasicProperty<String,BaseAccountLimitLogVO>DESCRIPTIONstatic BasicProperty<DateTime,BaseAccountLimitLogVO>MODIFIED_AT-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description BaseAccountLimitLogVO()BaseAccountLimitLogVO(Long id)BaseAccountLimitLogVO(Property<T,? super BaseAccountLimitLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()AccountVOgetAccount()BasicUserVOgetBy()CurrencyVOgetCurrency()StringgetDescription()DateTimegetModifiedAt()voidsetAccount(AccountVO account)voidsetBy(BasicUserVO by)voidsetCurrency(CurrencyVO currency)voidsetDescription(String description)voidsetModifiedAt(DateTime modifiedAt)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT
public static final BasicProperty<AccountVO,BaseAccountLimitLogVO> ACCOUNT
-
BY
public static final BasicProperty<BasicUserVO,BaseAccountLimitLogVO> BY
-
CURRENCY
public static final BasicProperty<CurrencyVO,BaseAccountLimitLogVO> CURRENCY
-
DESCRIPTION
public static final BasicProperty<String,BaseAccountLimitLogVO> DESCRIPTION
-
MODIFIED_AT
public static final BasicProperty<DateTime,BaseAccountLimitLogVO> MODIFIED_AT
-
-
Constructor Detail
-
BaseAccountLimitLogVO
public BaseAccountLimitLogVO()
-
BaseAccountLimitLogVO
public BaseAccountLimitLogVO(Long id)
-
BaseAccountLimitLogVO
public BaseAccountLimitLogVO(Property<T,? super BaseAccountLimitLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAccount
public AccountVO getAccount()
-
setAccount
public void setAccount(AccountVO account)
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getModifiedAt
public DateTime getModifiedAt()
-
setModifiedAt
public void setModifiedAt(DateTime modifiedAt)
-
-