public class GroupSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,GroupSearchData> |
EDITABLE |
static ListProperty<GroupSetVO,GroupSearchData> |
GROUP_SETS |
static ListProperty<BasicGroupVO,GroupSearchData> |
RESULT |
| Constructor and Description |
|---|
GroupSearchData() |
GroupSearchData(Property<T,? super GroupSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<GroupSetVO> |
getGroupSets() |
java.util.List<BasicGroupVO> |
getResult() |
boolean |
isEditable() |
void |
setEditable(boolean editable) |
void |
setGroupSets(java.util.List<GroupSetVO> groupSets) |
void |
setResult(java.util.List<BasicGroupVO> result) |
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.Boolean,GroupSearchData> EDITABLE
public static final ListProperty<GroupSetVO,GroupSearchData> GROUP_SETS
public static final ListProperty<BasicGroupVO,GroupSearchData> RESULT
public GroupSearchData()
public GroupSearchData(Property<T,? super GroupSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isEditable()
public void setEditable(boolean editable)
public java.util.List<GroupSetVO> getGroupSets()
public void setGroupSets(java.util.List<GroupSetVO> groupSets)
public java.util.List<BasicGroupVO> getResult()
public void setResult(java.util.List<BasicGroupVO> result)