public class CustomOperationVO extends ConfigurationEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,CustomOperationVO> |
ENABLED |
static BasicProperty<CustomOperationScope,CustomOperationVO> |
SCOPE |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
CustomOperationVO() |
CustomOperationVO(java.lang.Long id) |
CustomOperationVO(Property<T,? super CustomOperationVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomOperationScope |
getScope() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setScope(CustomOperationScope scope) |
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<java.lang.Boolean,CustomOperationVO> ENABLED
public static final BasicProperty<CustomOperationScope,CustomOperationVO> SCOPE
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 ConfigurationEntityVOpublic boolean isEnabled()
public void setEnabled(boolean enabled)
public CustomOperationScope getScope()
public void setScope(CustomOperationScope scope)