public class CustomOperationVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,CustomOperationVO> |
ENABLED |
NAMEID| Constructor and Description |
|---|
CustomOperationVO() |
CustomOperationVO(java.lang.Long id) |
CustomOperationVO(Property<T,? super CustomOperationVO> 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
|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,CustomOperationVO> ENABLED
public CustomOperationVO()
public CustomOperationVO(java.lang.Long id)
public CustomOperationVO(Property<T,? super CustomOperationVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityVOpublic boolean isEnabled()
public void setEnabled(boolean enabled)