Class UserVouchersSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<UserVoucherQuery>
-
- org.cyclos.model.banking.vouchers.UserVouchersSearchData
-
- All Implemented Interfaces:
Serializable
public class UserVouchersSearchData extends SearchData<UserVoucherQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,UserVouchersSearchData>CAN_BUYstatic BasicProperty<Boolean,UserVouchersSearchData>CAN_SENDstatic BasicProperty<Boolean,UserVouchersSearchData>CAN_SEND_IMPORTstatic StringCLASS_NAMEstatic ListProperty<ExportFormatVO,UserVouchersSearchData>EXPORT_FORMATSstatic BasicProperty<String,UserVouchersSearchData>MASKstatic ListProperty<VoucherTypeVO,UserVouchersSearchData>TYPESstatic BasicProperty<UserVO,UserVouchersSearchData>USER-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description UserVouchersSearchData()UserVouchersSearchData(Property<T,? super UserVouchersSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<ExportFormatVO>getExportFormats()StringgetMask()List<VoucherTypeVO>getTypes()UserVOgetUser()booleanisCanBuy()booleanisCanSend()booleanisCanSendImport()voidsetCanBuy(boolean canBuy)voidsetCanSend(boolean canSend)voidsetCanSendImport(boolean canSendImport)voidsetExportFormats(List<ExportFormatVO> exportFormats)voidsetMask(String mask)voidsetTypes(List<VoucherTypeVO> types)voidsetUser(UserVO user)-
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_BUY
public static final BasicProperty<Boolean,UserVouchersSearchData> CAN_BUY
-
CAN_SEND
public static final BasicProperty<Boolean,UserVouchersSearchData> CAN_SEND
-
CAN_SEND_IMPORT
public static final BasicProperty<Boolean,UserVouchersSearchData> CAN_SEND_IMPORT
-
EXPORT_FORMATS
public static final ListProperty<ExportFormatVO,UserVouchersSearchData> EXPORT_FORMATS
-
MASK
public static final BasicProperty<String,UserVouchersSearchData> MASK
-
TYPES
public static final ListProperty<VoucherTypeVO,UserVouchersSearchData> TYPES
-
USER
public static final BasicProperty<UserVO,UserVouchersSearchData> USER
-
-
Constructor Detail
-
UserVouchersSearchData
public UserVouchersSearchData()
-
UserVouchersSearchData
public UserVouchersSearchData(Property<T,? super UserVouchersSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<UserVoucherQuery>
-
isCanBuy
public boolean isCanBuy()
-
setCanBuy
public void setCanBuy(boolean canBuy)
-
isCanSend
public boolean isCanSend()
-
setCanSend
public void setCanSend(boolean canSend)
-
isCanSendImport
public boolean isCanSendImport()
-
setCanSendImport
public void setCanSendImport(boolean canSendImport)
-
getExportFormats
public List<ExportFormatVO> getExportFormats()
-
setExportFormats
public void setExportFormats(List<ExportFormatVO> exportFormats)
-
getMask
public String getMask()
-
setMask
public void setMask(String mask)
-
getTypes
public List<VoucherTypeVO> getTypes()
-
setTypes
public void setTypes(List<VoucherTypeVO> types)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-