public class OperatorsSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,OperatorsSearchData> |
CAN_CREATE_NEW |
static java.lang.String |
CLASS_NAME |
static ListProperty<OperatorGroupVO,OperatorsSearchData> |
OPERATOR_GROUPS |
static BasicProperty<UserVO,OperatorsSearchData> |
USER |
static ListProperty<BasicGroupVO,OperatorsSearchData> |
USER_GROUPS |
| Constructor and Description |
|---|
OperatorsSearchData() |
OperatorsSearchData(Property<T,? super OperatorsSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<OperatorGroupVO> |
getOperatorGroups() |
UserVO |
getUser() |
java.util.List<BasicGroupVO> |
getUserGroups() |
boolean |
isCanCreateNew() |
void |
setCanCreateNew(boolean canCreateNew) |
void |
setOperatorGroups(java.util.List<OperatorGroupVO> operatorGroups) |
void |
setUser(UserVO user) |
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.Boolean,OperatorsSearchData> CAN_CREATE_NEW
public static final ListProperty<OperatorGroupVO,OperatorsSearchData> OPERATOR_GROUPS
public static final BasicProperty<UserVO,OperatorsSearchData> USER
public static final ListProperty<BasicGroupVO,OperatorsSearchData> USER_GROUPS
public OperatorsSearchData()
public OperatorsSearchData(Property<T,? super OperatorsSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isCanCreateNew()
public void setCanCreateNew(boolean canCreateNew)
public java.util.List<OperatorGroupVO> getOperatorGroups()
public void setOperatorGroups(java.util.List<OperatorGroupVO> operatorGroups)
public UserVO getUser()
public void setUser(UserVO user)
public java.util.List<BasicGroupVO> getUserGroups()
public void setUserGroups(java.util.List<BasicGroupVO> userGroups)