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