public abstract class EntityDTO extends EntityModel
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Integer,EntityDTO> |
VERSION |
ID| Constructor and Description |
|---|
EntityDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Integer |
getVersion() |
boolean |
isPersistent()
Checks if this entity DTO has a non-null identifier
|
boolean |
isTransient()
Checks if this entity DTO has a null identifier
|
void |
setVersion(java.lang.Integer version) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final BasicProperty<java.lang.Integer,EntityDTO> VERSION
public java.lang.Integer getVersion()
public boolean isPersistent()
public boolean isTransient()
public void setVersion(java.lang.Integer version)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModel