public class CustomScriptVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ScriptType,CustomScriptVO> |
TYPE |
NAMEID| Constructor and Description |
|---|
CustomScriptVO() |
CustomScriptVO(java.lang.Long id) |
CustomScriptVO(Property<T,? super CustomScriptVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ScriptType |
getType() |
void |
setType(ScriptType type) |
compareTo, 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<ScriptType,CustomScriptVO> TYPE
public CustomScriptVO()
public CustomScriptVO(java.lang.Long id)
public CustomScriptVO(Property<T,? super CustomScriptVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic ScriptType getType()
public void setType(ScriptType type)