public class VouchersSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,VouchersSearchData> |
MASK |
static ListProperty<VoucherTypeVO,VouchersSearchData> |
TYPES |
static ListProperty<BasicGroupVO,VouchersSearchData> |
USER_GROUPS |
| Constructor and Description |
|---|
VouchersSearchData() |
VouchersSearchData(Property<T,? super VouchersSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getMask() |
java.util.List<VoucherTypeVO> |
getTypes() |
java.util.List<BasicGroupVO> |
getUserGroups() |
void |
setMask(java.lang.String mask) |
void |
setTypes(java.util.List<VoucherTypeVO> types) |
void |
setUserGroups(java.util.List<BasicGroupVO> userGroups) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,VouchersSearchData> MASK
public static final ListProperty<VoucherTypeVO,VouchersSearchData> TYPES
public static final ListProperty<BasicGroupVO,VouchersSearchData> USER_GROUPS
public VouchersSearchData()
public VouchersSearchData(Property<T,? super VouchersSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getMask()
public void setMask(java.lang.String mask)
public java.util.List<VoucherTypeVO> getTypes()
public void setTypes(java.util.List<VoucherTypeVO> types)
public java.util.List<BasicGroupVO> getUserGroups()
public void setUserGroups(java.util.List<BasicGroupVO> userGroups)