Class VoucherTransactionResultVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.vouchers.VoucherTransactionVO
-
- org.cyclos.model.banking.vouchers.VoucherTransactionResultVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class VoucherTransactionResultVO extends VoucherTransactionVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<CustomFieldValueVO,VoucherTransactionResultVO>CUSTOM_VALUESstatic BasicProperty<String,VoucherTransactionResultVO>TOKENstatic BasicProperty<VoucherTypeVO,VoucherTransactionResultVO>TYPEstatic BasicProperty<Long,VoucherTransactionResultVO>VOUCHER_ID-
Fields inherited from class org.cyclos.model.banking.vouchers.VoucherTransactionVO
AMOUNT, BY, DATE, NATURE, TRANSACTION, USER
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description VoucherTransactionResultVO()VoucherTransactionResultVO(Long id)VoucherTransactionResultVO(Property<T,? super VoucherTransactionResultVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<CustomFieldValueVO>getCustomValues()StringgetToken()VoucherTypeVOgetType()LonggetVoucherId()voidsetCustomValues(List<CustomFieldValueVO> customValues)voidsetToken(String token)voidsetType(VoucherTypeVO type)voidsetVoucherId(Long voucherId)-
Methods inherited from class org.cyclos.model.banking.vouchers.VoucherTransactionVO
getAmount, getBy, getDate, getNature, getTransaction, getUser, setAmount, setBy, setDate, setNature, setTransaction, setUser
-
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
-
CUSTOM_VALUES
public static final ListProperty<CustomFieldValueVO,VoucherTransactionResultVO> CUSTOM_VALUES
-
TOKEN
public static final BasicProperty<String,VoucherTransactionResultVO> TOKEN
-
TYPE
public static final BasicProperty<VoucherTypeVO,VoucherTransactionResultVO> TYPE
-
VOUCHER_ID
public static final BasicProperty<Long,VoucherTransactionResultVO> VOUCHER_ID
-
-
Constructor Detail
-
VoucherTransactionResultVO
public VoucherTransactionResultVO()
-
VoucherTransactionResultVO
public VoucherTransactionResultVO(Long id)
-
VoucherTransactionResultVO
public VoucherTransactionResultVO(Property<T,? super VoucherTransactionResultVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classVoucherTransactionVO
-
getCustomValues
public List<CustomFieldValueVO> getCustomValues()
-
setCustomValues
public void setCustomValues(List<CustomFieldValueVO> customValues)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
getType
public VoucherTypeVO getType()
-
setType
public void setType(VoucherTypeVO type)
-
getVoucherId
public Long getVoucherId()
-
setVoucherId
public void setVoucherId(Long voucherId)
-
className
public String className()
- Overrides:
classNamein classVoucherTransactionVO
-
-