public class GeneralReferenceVO extends ReferenceVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<UserVO,GeneralReferenceVO> |
FROM |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getFrom() |
UserVO |
getTo() |
void |
setFrom(UserVO from) |
void |
setTo(UserVO to) |
getComments, getDate, getLevel, setComments, setDate, setLevelgetId, getIds, getUniqueIdsaddPropertyChangeListener, 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<UserVO,GeneralReferenceVO> FROM
public static final BasicProperty<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 ReferenceVOpublic UserVO getFrom()
public void setFrom(UserVO from)
public UserVO getTo()
public void setTo(UserVO to)