Class UserAccountFeeLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.accountfees.UserAccountFeeLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class UserAccountFeeLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BigDecimal,UserAccountFeeLogVO>AMOUNTstatic StringCLASS_NAMEstatic BasicProperty<String,UserAccountFeeLogVO>ERROR_DETAILSstatic BasicProperty<UserAccountFeeStatus,UserAccountFeeLogVO>STATUSstatic BasicProperty<UserVO,UserAccountFeeLogVO>USER-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserAccountFeeLogVO()UserAccountFeeLogVO(Long id)UserAccountFeeLogVO(Property<T,? super UserAccountFeeLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BigDecimalgetAmount()StringgetErrorDetails()UserAccountFeeStatusgetStatus()UserVOgetUser()voidsetAmount(BigDecimal amount)voidsetErrorDetails(String errorDetails)voidsetStatus(UserAccountFeeStatus status)voidsetUser(UserVO user)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
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
-
AMOUNT
public static final BasicProperty<BigDecimal,UserAccountFeeLogVO> AMOUNT
-
ERROR_DETAILS
public static final BasicProperty<String,UserAccountFeeLogVO> ERROR_DETAILS
-
STATUS
public static final BasicProperty<UserAccountFeeStatus,UserAccountFeeLogVO> STATUS
-
USER
public static final BasicProperty<UserVO,UserAccountFeeLogVO> USER
-
-
Constructor Detail
-
UserAccountFeeLogVO
public UserAccountFeeLogVO()
-
UserAccountFeeLogVO
public UserAccountFeeLogVO(Long id)
-
UserAccountFeeLogVO
public UserAccountFeeLogVO(Property<T,? super UserAccountFeeLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAmount
public BigDecimal getAmount()
-
setAmount
public void setAmount(BigDecimal amount)
-
getErrorDetails
public String getErrorDetails()
-
setErrorDetails
public void setErrorDetails(String errorDetails)
-
getStatus
public UserAccountFeeStatus getStatus()
-
setStatus
public void setStatus(UserAccountFeeStatus status)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-