Class AccountFeeLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.banking.accountfees.AccountFeeLogVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,INamedEntity
public class AccountFeeLogVO extends NamedEntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountFeeVO,AccountFeeLogVO>ACCOUNT_FEEstatic BasicProperty<BigDecimal,AccountFeeLogVO>AMOUNTstatic BasicProperty<Boolean,AccountFeeLogVO>ARCHIVEDstatic StringCLASS_NAMEstatic BasicProperty<DateTime,AccountFeeLogVO>DATEstatic BasicProperty<BigDecimal,AccountFeeLogVO>FREE_BASEstatic BasicProperty<Boolean,AccountFeeLogVO>HAS_FAILED_USERSstatic BasicProperty<DatePeriodDTO,AccountFeeLogVO>PERIODstatic BasicProperty<AccountFeeLogStatus,AccountFeeLogVO>STATUS-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AccountFeeLogVO()AccountFeeLogVO(Long id)AccountFeeLogVO(Property<T,? super AccountFeeLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccountFeeVOgetAccountFee()BigDecimalgetAmount()DateTimegetDate()BigDecimalgetFreeBase()DatePeriodDTOgetPeriod()AccountFeeLogStatusgetStatus()booleanisArchived()booleanisHasFailedUsers()voidsetAccountFee(AccountFeeVO accountFee)voidsetAmount(BigDecimal amount)voidsetArchived(boolean archived)voidsetDate(DateTime date)voidsetFreeBase(BigDecimal freeBase)voidsetHasFailedUsers(boolean hasFailedUsers)voidsetPeriod(DatePeriodDTO period)voidsetStatus(AccountFeeLogStatus status)-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_FEE
public static final BasicProperty<AccountFeeVO,AccountFeeLogVO> ACCOUNT_FEE
-
AMOUNT
public static final BasicProperty<BigDecimal,AccountFeeLogVO> AMOUNT
-
ARCHIVED
public static final BasicProperty<Boolean,AccountFeeLogVO> ARCHIVED
-
DATE
public static final BasicProperty<DateTime,AccountFeeLogVO> DATE
-
FREE_BASE
public static final BasicProperty<BigDecimal,AccountFeeLogVO> FREE_BASE
-
HAS_FAILED_USERS
public static final BasicProperty<Boolean,AccountFeeLogVO> HAS_FAILED_USERS
-
PERIOD
public static final BasicProperty<DatePeriodDTO,AccountFeeLogVO> PERIOD
-
STATUS
public static final BasicProperty<AccountFeeLogStatus,AccountFeeLogVO> STATUS
-
-
Constructor Detail
-
AccountFeeLogVO
public AccountFeeLogVO()
-
AccountFeeLogVO
public AccountFeeLogVO(Long id)
-
AccountFeeLogVO
public AccountFeeLogVO(Property<T,? super AccountFeeLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classNamedEntityVO
-
getAccountFee
public AccountFeeVO getAccountFee()
-
setAccountFee
public void setAccountFee(AccountFeeVO accountFee)
-
getAmount
public BigDecimal getAmount()
-
setAmount
public void setAmount(BigDecimal amount)
-
isArchived
public boolean isArchived()
-
setArchived
public void setArchived(boolean archived)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getFreeBase
public BigDecimal getFreeBase()
-
setFreeBase
public void setFreeBase(BigDecimal freeBase)
-
isHasFailedUsers
public boolean isHasFailedUsers()
-
setHasFailedUsers
public void setHasFailedUsers(boolean hasFailedUsers)
-
getPeriod
public DatePeriodDTO getPeriod()
-
setPeriod
public void setPeriod(DatePeriodDTO period)
-
getStatus
public AccountFeeLogStatus getStatus()
-
setStatus
public void setStatus(AccountFeeLogStatus status)
-
-