public class VersionedVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,VersionedVO> |
VERSION |
ID| Constructor and Description |
|---|
VersionedVO() |
VersionedVO(java.lang.Long id) |
VersionedVO(Property<T,? super VersionedVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Integer |
getVersion() |
void |
setVersion(java.lang.Integer version) |
getId, 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<java.lang.Integer,VersionedVO> VERSION
public VersionedVO()
public VersionedVO(java.lang.Long id)
public VersionedVO(Property<T,? super VersionedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)