public abstract class ExtensionPointDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,ExtensionPointDTO> |
ENABLED |
static Property<CustomScriptVO,ExtensionPointDTO> |
SCRIPT |
static Property<java.lang.String,ExtensionPointDTO> |
SCRIPT_PARAMETERS |
NAMEID| Constructor and Description |
|---|
ExtensionPointDTO() |
ExtensionPointDTO(java.lang.Long id) |
ExtensionPointDTO(Property<T,? super ExtensionPointDTO> 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
|
CustomScriptVO |
getScript() |
java.lang.String |
getScriptParameters() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setScript(CustomScriptVO script) |
void |
setScriptParameters(java.lang.String scriptParameters) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,ExtensionPointDTO> ENABLED
public static final Property<CustomScriptVO,ExtensionPointDTO> SCRIPT
public static final Property<java.lang.String,ExtensionPointDTO> SCRIPT_PARAMETERS
public ExtensionPointDTO()
public ExtensionPointDTO(java.lang.Long id)
public ExtensionPointDTO(Property<T,? super ExtensionPointDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityDTOpublic boolean isEnabled()
public CustomScriptVO getScript()
public java.lang.String getScriptParameters()
public void setEnabled(boolean enabled)
public void setScript(CustomScriptVO script)
public void setScriptParameters(java.lang.String scriptParameters)