public class NamedEntityDTO extends EntityDTO implements java.lang.Comparable<NamedEntityDTO>, INamedEntity
Property representing its name.
It implements Comparable by name.| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,NamedEntityDTO> |
NAME |
ID| Constructor and Description |
|---|
NamedEntityDTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NamedEntityDTO o) |
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 |
getName() |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
getVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,NamedEntityDTO> NAME
public int compareTo(NamedEntityDTO o)
compareTo in interface java.lang.Comparable<NamedEntityDTO>public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic java.lang.String getName()
getName in interface INamedEntitypublic void setName(java.lang.String name)
setName in interface INamedEntitypublic java.lang.String toString()
toString in class EntityModelprotected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTO