public class ProductVO extends ConfigurationEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ProductNature,ProductVO> |
NATURE |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
ProductVO() |
ProductVO(java.lang.Long id) |
ProductVO(Property<T,? super ProductVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ProductNature |
getNature() |
void |
setNature(ProductNature nature) |
getInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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<ProductNature,ProductVO> NATURE
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityVOpublic ProductNature getNature()
public void setNature(ProductNature nature)