public abstract class ExtensionPointData extends EntityData<ExtensionPointDTO>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ExtensionPointNature,ExtensionPointData> |
NATURE |
static ListProperty<CustomScriptVO,ExtensionPointData> |
SCRIPTS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
ExtensionPointData() |
ExtensionPointData(Property<T,? super ExtensionPointData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
ExtensionPointNature |
getNature() |
java.util.List<CustomScriptVO> |
getScripts() |
void |
setNature(ExtensionPointNature nature) |
void |
setScripts(java.util.List<CustomScriptVO> scripts) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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<ExtensionPointNature,ExtensionPointData> NATURE
public static final ListProperty<CustomScriptVO,ExtensionPointData> SCRIPTS
public ExtensionPointData()
public ExtensionPointData(Property<T,? super ExtensionPointData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<ExtensionPointDTO>public ExtensionPointNature getNature()
public void setNature(ExtensionPointNature nature)
public java.util.List<CustomScriptVO> getScripts()
public void setScripts(java.util.List<CustomScriptVO> scripts)