public class PhoneDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<GroupVO,PhoneDataParams> |
GROUP |
static BasicProperty<PhoneNature,PhoneDataParams> |
NATURE |
static BasicProperty<java.lang.Boolean,PhoneDataParams> |
SUGGEST_PHONE_NAME |
static BasicProperty<UserLocatorVO,PhoneDataParams> |
USER |
| Constructor and Description |
|---|
PhoneDataParams() |
PhoneDataParams(Property<T,? super PhoneDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
GroupVO |
getGroup() |
PhoneNature |
getNature() |
UserLocatorVO |
getUser() |
boolean |
isSuggestPhoneName() |
void |
setGroup(GroupVO group) |
void |
setNature(PhoneNature nature) |
void |
setSuggestPhoneName(boolean suggestPhoneName) |
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<GroupVO,PhoneDataParams> GROUP
public static final BasicProperty<PhoneNature,PhoneDataParams> NATURE
public static final BasicProperty<java.lang.Boolean,PhoneDataParams> SUGGEST_PHONE_NAME
public static final BasicProperty<UserLocatorVO,PhoneDataParams> USER
public PhoneDataParams()
public PhoneDataParams(Property<T,? super PhoneDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic GroupVO getGroup()
public void setGroup(GroupVO group)
public PhoneNature getNature()
public void setNature(PhoneNature nature)
public boolean isSuggestPhoneName()
public void setSuggestPhoneName(boolean suggestPhoneName)
public UserLocatorVO getUser()
public void setUser(UserLocatorVO user)