public abstract class EntityModel extends Bean implements IEntity
Beans used to communicate between the service layer and
upper layers (like
presentation)| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Long,EntityModel> |
ID |
| Constructor and Description |
|---|
EntityModel() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getId() |
int |
hashCode() |
void |
setId(java.lang.Long id) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final BasicProperty<java.lang.Long,EntityModel> ID
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setId(java.lang.Long id)
public java.lang.String toString()
toString in class java.lang.Objectprotected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Bean