public class UserDetailedVO extends UserVO
| Modifier and Type | Field and Description |
|---|---|
static Property<UserAddressVO,UserDetailedVO> |
ADDRESS |
static Property<UserImageVO,UserDetailedVO> |
IMAGE |
static Property<UserVO,UserDetailedVO> |
MAIN_BROKER |
USERNAMENAMEID| Constructor and Description |
|---|
UserDetailedVO() |
UserDetailedVO(java.lang.Long id) |
UserDetailedVO(Property<T,? super UserDetailedVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
UserAddressVO |
getAddress() |
UserImageVO |
getImage() |
UserVO |
getMainBroker() |
void |
setAddress(UserAddressVO address) |
void |
setImage(UserImageVO image) |
void |
setMainBroker(UserVO mainBroker) |
getUsername, setUsername, toStringcompareTo, getName, setNamegetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetUsername, setUsernamegetName, setNamepublic static final Property<UserAddressVO,UserDetailedVO> ADDRESS
public static final Property<UserImageVO,UserDetailedVO> IMAGE
public static final Property<UserVO,UserDetailedVO> MAIN_BROKER
public UserDetailedVO()
public UserDetailedVO(java.lang.Long id)
public UserDetailedVO(Property<T,? super UserDetailedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicUserVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class BasicUserVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class BasicUserVOpublic UserAddressVO getAddress()
public UserImageVO getImage()
public UserVO getMainBroker()
public void setAddress(UserAddressVO address)
public void setImage(UserImageVO image)
public void setMainBroker(UserVO mainBroker)