public class ExtensionPointVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ExtensionPointVO> |
ENABLED |
static BasicProperty<ExtensionPointNature,ExtensionPointVO> |
NATURE |
NAMEID| Constructor and Description |
|---|
ExtensionPointVO() |
ExtensionPointVO(java.lang.Long id) |
ExtensionPointVO(Property<T,? super ExtensionPointVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ExtensionPointNature |
getNature() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setNature(ExtensionPointNature nature) |
compareTo, 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<java.lang.Boolean,ExtensionPointVO> ENABLED
public static final BasicProperty<ExtensionPointNature,ExtensionPointVO> NATURE
public ExtensionPointVO()
public ExtensionPointVO(java.lang.Long id)
public ExtensionPointVO(Property<T,? super ExtensionPointVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic boolean isEnabled()
public void setEnabled(boolean enabled)
public ExtensionPointNature getNature()
public void setNature(ExtensionPointNature nature)