public class BasicProductDTO extends ConfigurationEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<ProductNature,BasicProductDTO> |
NATURE |
DESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
BasicProductDTO() |
BasicProductDTO(java.lang.Long id) |
BasicProductDTO(Property<T,? super BasicProductDTO> 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
|
ProductNature |
getNature() |
void |
setNature(ProductNature nature) |
getDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<ProductNature,BasicProductDTO> NATURE
public BasicProductDTO()
public BasicProductDTO(java.lang.Long id)
public BasicProductDTO(Property<T,? super BasicProductDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ConfigurationEntityDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ConfigurationEntityDTOpublic ProductNature getNature()
public void setNature(ProductNature nature)