public class AccessClientDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PrincipalTypeVO,AccessClientDataParams> |
TYPE |
static BasicProperty<UserLocatorVO,AccessClientDataParams> |
USER |
| Constructor and Description |
|---|
AccessClientDataParams() |
AccessClientDataParams(Property<T,? super AccessClientDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PrincipalTypeVO |
getType() |
UserLocatorVO |
getUser() |
void |
setType(PrincipalTypeVO type) |
void |
setUser(UserLocatorVO user) |
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<PrincipalTypeVO,AccessClientDataParams> TYPE
public static final BasicProperty<UserLocatorVO,AccessClientDataParams> USER
public AccessClientDataParams()
public AccessClientDataParams(Property<T,? super AccessClientDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic PrincipalTypeVO getType()
public void setType(PrincipalTypeVO type)
public UserLocatorVO getUser()
public void setUser(UserLocatorVO user)