Class VoucherTransactionsSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<VoucherTransactionsQuery>
-
- org.cyclos.model.banking.vouchers.VoucherTransactionsSearchData
-
- All Implemented Interfaces:
Serializable
public class VoucherTransactionsSearchData extends SearchData<VoucherTransactionsQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,VoucherTransactionsSearchData>CAN_REDEEMstatic BasicProperty<Boolean,VoucherTransactionsSearchData>CAN_TOP_UPstatic StringCLASS_NAMEstatic ListProperty<OperatorVO,VoucherTransactionsSearchData>OPERATORSstatic ListProperty<VoucherTypeVO,VoucherTransactionsSearchData>TYPESstatic BasicProperty<UserVO,VoucherTransactionsSearchData>USERstatic BasicProperty<Boolean,VoucherTransactionsSearchData>VOUCHER_TOP_UP_ENABLED-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description VoucherTransactionsSearchData()VoucherTransactionsSearchData(Property<T,? super VoucherTransactionsSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<OperatorVO>getOperators()List<VoucherTypeVO>getTypes()UserVOgetUser()booleanisCanRedeem()booleanisCanTopUp()booleanisVoucherTopUpEnabled()voidsetCanRedeem(boolean canRedeem)voidsetCanTopUp(boolean canTopUp)voidsetOperators(List<OperatorVO> operators)voidsetTypes(List<VoucherTypeVO> types)voidsetUser(UserVO user)voidsetVoucherTopUpEnabled(boolean voucherTopUpEnabled)-
Methods inherited from class org.cyclos.model.SearchData
getQuery, setQuery
-
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
-
CAN_REDEEM
public static final BasicProperty<Boolean,VoucherTransactionsSearchData> CAN_REDEEM
-
CAN_TOP_UP
public static final BasicProperty<Boolean,VoucherTransactionsSearchData> CAN_TOP_UP
-
OPERATORS
public static final ListProperty<OperatorVO,VoucherTransactionsSearchData> OPERATORS
-
TYPES
public static final ListProperty<VoucherTypeVO,VoucherTransactionsSearchData> TYPES
-
USER
public static final BasicProperty<UserVO,VoucherTransactionsSearchData> USER
-
VOUCHER_TOP_UP_ENABLED
public static final BasicProperty<Boolean,VoucherTransactionsSearchData> VOUCHER_TOP_UP_ENABLED
-
-
Constructor Detail
-
VoucherTransactionsSearchData
public VoucherTransactionsSearchData()
-
VoucherTransactionsSearchData
public VoucherTransactionsSearchData(Property<T,? super VoucherTransactionsSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<VoucherTransactionsQuery>
-
isCanRedeem
public boolean isCanRedeem()
-
setCanRedeem
public void setCanRedeem(boolean canRedeem)
-
isCanTopUp
public boolean isCanTopUp()
-
setCanTopUp
public void setCanTopUp(boolean canTopUp)
-
getOperators
public List<OperatorVO> getOperators()
-
setOperators
public void setOperators(List<OperatorVO> operators)
-
getTypes
public List<VoucherTypeVO> getTypes()
-
setTypes
public void setTypes(List<VoucherTypeVO> types)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
isVoucherTopUpEnabled
public boolean isVoucherTopUpEnabled()
-
setVoucherTopUpEnabled
public void setVoucherTopUpEnabled(boolean voucherTopUpEnabled)
-
-