public abstract class ReferenceVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,ReferenceVO> |
COMMENTS |
static Property<DateTime,ReferenceVO> |
DATE |
static Property<ReferenceLevel,ReferenceVO> |
LEVEL |
ID| Constructor and Description |
|---|
ReferenceVO() |
ReferenceVO(java.lang.Long id) |
ReferenceVO(Property<T,? super ReferenceVO> 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
|
java.lang.String |
getComments() |
DateTime |
getDate() |
ReferenceLevel |
getLevel() |
void |
setComments(java.lang.String comments) |
void |
setDate(DateTime date) |
void |
setLevel(ReferenceLevel level) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,ReferenceVO> COMMENTS
public static final Property<DateTime,ReferenceVO> DATE
public static final Property<ReferenceLevel,ReferenceVO> LEVEL
public ReferenceVO()
public ReferenceVO(java.lang.Long id)
public ReferenceVO(Property<T,? super ReferenceVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic java.lang.String getComments()
public DateTime getDate()
public ReferenceLevel getLevel()
public void setComments(java.lang.String comments)
public void setDate(DateTime date)
public void setLevel(ReferenceLevel level)