public abstract class ExtensionPointDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ExtensionPointDTO> |
ENABLED |
static BasicProperty<CustomScriptVO,ExtensionPointDTO> |
SCRIPT |
static BasicProperty<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() |
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, attributeNames, changes, className, 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,ExtensionPointDTO> ENABLED
public static final BasicProperty<CustomScriptVO,ExtensionPointDTO> SCRIPT
public static final BasicProperty<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 NamedEntityDTOpublic boolean isEnabled()
public void setEnabled(boolean enabled)
public CustomScriptVO getScript()
public void setScript(CustomScriptVO script)
public java.lang.String getScriptParameters()
public void setScriptParameters(java.lang.String scriptParameters)