public class AuthorizationExtensionPointDTO extends ExtensionPointWithTransferTypeDTO
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<AuthorizationExtensionPointEvent,AuthorizationExtensionPointDTO> |
EVENTS |
TRANSFER_TYPESENABLED, SCRIPT, SCRIPT_PARAMETERSNAMEID| Constructor and Description |
|---|
AuthorizationExtensionPointDTO() |
AuthorizationExtensionPointDTO(java.lang.Long id) |
AuthorizationExtensionPointDTO(Property<T,? super AuthorizationExtensionPointDTO> 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<AuthorizationExtensionPointEvent> |
getEvents() |
void |
setEvents(java.util.Set<AuthorizationExtensionPointEvent> events) |
getTransferTypes, setTransferTypesgetScript, getScriptParameters, isEnabled, setEnabled, setScript, setScriptParameterscompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final SetProperty<AuthorizationExtensionPointEvent,AuthorizationExtensionPointDTO> EVENTS
public AuthorizationExtensionPointDTO()
public AuthorizationExtensionPointDTO(java.lang.Long id)
public AuthorizationExtensionPointDTO(Property<T,? super AuthorizationExtensionPointDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ExtensionPointWithTransferTypeDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ExtensionPointWithTransferTypeDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ExtensionPointWithTransferTypeDTOpublic java.util.Set<AuthorizationExtensionPointEvent> getEvents()
public void setEvents(java.util.Set<AuthorizationExtensionPointEvent> events)