public class GeneralReferenceDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<UserLocatorVO,GeneralReferenceDataParams> |
FROM_USER |
static BasicProperty<UserLocatorVO,GeneralReferenceDataParams> |
TO_USER |
| Constructor and Description |
|---|
GeneralReferenceDataParams() |
GeneralReferenceDataParams(Property<T,? super GeneralReferenceDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserLocatorVO |
getFromUser() |
UserLocatorVO |
getToUser() |
void |
setFromUser(UserLocatorVO fromUser) |
void |
setToUser(UserLocatorVO toUser) |
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<UserLocatorVO,GeneralReferenceDataParams> FROM_USER
public static final BasicProperty<UserLocatorVO,GeneralReferenceDataParams> TO_USER
public GeneralReferenceDataParams()
public GeneralReferenceDataParams(Property<T,? super GeneralReferenceDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic UserLocatorVO getFromUser()
public void setFromUser(UserLocatorVO fromUser)
public UserLocatorVO getToUser()
public void setToUser(UserLocatorVO toUser)