public class VoucherExtensionPointDTO extends ExtensionPointDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static SetProperty<VoucherExtensionPointEvent,VoucherExtensionPointDTO> |
EVENTS |
static SetProperty<VoucherConfigurationVO,VoucherExtensionPointDTO> |
VOUCHER_CONFIGURATIONS |
ENABLED, SCRIPT, SCRIPT_PARAMETERSNAMEID| Constructor and Description |
|---|
VoucherExtensionPointDTO() |
VoucherExtensionPointDTO(java.lang.Long id) |
VoucherExtensionPointDTO(Property<T,? super VoucherExtensionPointDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<VoucherExtensionPointEvent> |
getEvents() |
java.util.Set<VoucherConfigurationVO> |
getVoucherConfigurations() |
void |
setEvents(java.util.Set<VoucherExtensionPointEvent> events) |
void |
setVoucherConfigurations(java.util.Set<VoucherConfigurationVO> voucherConfigurations) |
getScript, getScriptParameters, isEnabled, setEnabled, setScript, setScriptParameterscompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, 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 SetProperty<VoucherExtensionPointEvent,VoucherExtensionPointDTO> EVENTS
public static final SetProperty<VoucherConfigurationVO,VoucherExtensionPointDTO> VOUCHER_CONFIGURATIONS
public VoucherExtensionPointDTO()
public VoucherExtensionPointDTO(java.lang.Long id)
public VoucherExtensionPointDTO(Property<T,? super VoucherExtensionPointDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ExtensionPointDTOpublic java.util.Set<VoucherExtensionPointEvent> getEvents()
public void setEvents(java.util.Set<VoucherExtensionPointEvent> events)
public java.util.Set<VoucherConfigurationVO> getVoucherConfigurations()
public void setVoucherConfigurations(java.util.Set<VoucherConfigurationVO> voucherConfigurations)