public class CustomScriptDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<CustomScriptVO,CustomScriptDTO> |
DEPENDENCIES |
static MapProperty<java.lang.String,java.lang.String,CustomScriptDTO> |
FUNCTIONS |
static Property<java.lang.String,CustomScriptDTO> |
PARAMETERS |
static Property<ScriptType,CustomScriptDTO> |
TYPE |
NAMEID| Constructor and Description |
|---|
CustomScriptDTO() |
CustomScriptDTO(java.lang.Long id) |
CustomScriptDTO(Property<T,? super CustomScriptDTO> 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
|
java.util.Set<CustomScriptVO> |
getDependencies() |
java.util.Map<java.lang.String,java.lang.String> |
getFunctions() |
java.lang.String |
getParameters() |
ScriptType |
getType() |
void |
setDependencies(java.util.Set<CustomScriptVO> dependencies) |
void |
setFunctions(java.util.Map<java.lang.String,java.lang.String> functions) |
void |
setParameters(java.lang.String parameters) |
void |
setType(ScriptType type) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final SetProperty<CustomScriptVO,CustomScriptDTO> DEPENDENCIES
public static final MapProperty<java.lang.String,java.lang.String,CustomScriptDTO> FUNCTIONS
public static final Property<java.lang.String,CustomScriptDTO> PARAMETERS
public static final Property<ScriptType,CustomScriptDTO> TYPE
public CustomScriptDTO()
public CustomScriptDTO(java.lang.Long id)
public CustomScriptDTO(Property<T,? super CustomScriptDTO> 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 java.util.Set<CustomScriptVO> getDependencies()
public java.util.Map<java.lang.String,java.lang.String> getFunctions()
public java.lang.String getParameters()
public ScriptType getType()
public void setDependencies(java.util.Set<CustomScriptVO> dependencies)
public void setFunctions(java.util.Map<java.lang.String,java.lang.String> functions)
public void setParameters(java.lang.String parameters)
public void setType(ScriptType type)