public class GeneralReferenceVO extends ReferenceVO
| Modifier and Type | Field and Description |
|---|---|
static Property<UserVO,GeneralReferenceVO> |
FROM |
static Property<UserVO,GeneralReferenceVO> |
TO |
COMMENTS, DATE, LEVELID| Constructor and Description |
|---|
GeneralReferenceVO() |
GeneralReferenceVO(java.lang.Long id) |
GeneralReferenceVO(Property<T,? super GeneralReferenceVO> 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
|
UserVO |
getFrom() |
UserVO |
getTo() |
void |
setFrom(UserVO from) |
void |
setTo(UserVO to) |
getComments, getDate, getLevel, setComments, setDate, setLevelgetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<UserVO,GeneralReferenceVO> FROM
public static final Property<UserVO,GeneralReferenceVO> TO
public GeneralReferenceVO()
public GeneralReferenceVO(java.lang.Long id)
public GeneralReferenceVO(Property<T,? super GeneralReferenceVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ReferenceVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ReferenceVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ReferenceVOpublic UserVO getFrom()
public UserVO getTo()
public void setFrom(UserVO from)
public void setTo(UserVO to)