Class VoucherPackWithIdsVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.vouchers.VoucherPackVO
-
- org.cyclos.model.banking.vouchers.VoucherPackWithIdsVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class VoucherPackWithIdsVO extends VoucherPackVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic SetProperty<Long,VoucherPackWithIdsVO>VOUCHER_IDSstatic BasicProperty<VoucherStatus,VoucherPackWithIdsVO>VOUCHER_STATUS-
Fields inherited from class org.cyclos.model.banking.vouchers.VoucherPackVO
AMOUNT, BUYER, CREATION_DATE, CREATION_TYPE, EXPIRATION_DATE, GIFT, REDEEM_AFTER_DATE, REDEEM_ON_WEEK_DAYS, TYPE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description VoucherPackWithIdsVO()VoucherPackWithIdsVO(Long id)VoucherPackWithIdsVO(Property<T,? super VoucherPackWithIdsVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<Long>getVoucherIds()VoucherStatusgetVoucherStatus()voidsetVoucherIds(Set<Long> voucherIds)voidsetVoucherStatus(VoucherStatus voucherStatus)-
Methods inherited from class org.cyclos.model.banking.vouchers.VoucherPackVO
getAmount, getBuyer, getCreationDate, getCreationType, getExpirationDate, getGift, getRedeemAfterDate, getRedeemOnWeekDays, getType, setAmount, setBuyer, setCreationDate, setCreationType, setExpirationDate, setGift, setRedeemAfterDate, setRedeemOnWeekDays, setType
-
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
-
VOUCHER_IDS
public static final SetProperty<Long,VoucherPackWithIdsVO> VOUCHER_IDS
-
VOUCHER_STATUS
public static final BasicProperty<VoucherStatus,VoucherPackWithIdsVO> VOUCHER_STATUS
-
-
Constructor Detail
-
VoucherPackWithIdsVO
public VoucherPackWithIdsVO()
-
VoucherPackWithIdsVO
public VoucherPackWithIdsVO(Long id)
-
VoucherPackWithIdsVO
public VoucherPackWithIdsVO(Property<T,? super VoucherPackWithIdsVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classVoucherPackVO
-
getVoucherStatus
public VoucherStatus getVoucherStatus()
-
setVoucherStatus
public void setVoucherStatus(VoucherStatus voucherStatus)
-
className
public String className()
- Overrides:
classNamein classVoucherPackVO
-
-