public class PhoneExtensionPointDTO extends ExtensionPointWithGroupDTO
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<PhoneExtensionPointEvent,PhoneExtensionPointDTO> |
EVENTS |
GROUPSENABLED, SCRIPT, SCRIPT_PARAMETERSNAMEID| Constructor and Description |
|---|
PhoneExtensionPointDTO() |
PhoneExtensionPointDTO(java.lang.Long id) |
PhoneExtensionPointDTO(Property<T,? super PhoneExtensionPointDTO> 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<PhoneExtensionPointEvent> |
getEvents() |
void |
setEvents(java.util.Set<PhoneExtensionPointEvent> events) |
getGroups, setGroupsgetScript, 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<PhoneExtensionPointEvent,PhoneExtensionPointDTO> EVENTS
public PhoneExtensionPointDTO()
public PhoneExtensionPointDTO(java.lang.Long id)
public PhoneExtensionPointDTO(Property<T,? super PhoneExtensionPointDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ExtensionPointWithGroupDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ExtensionPointWithGroupDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ExtensionPointWithGroupDTOpublic java.util.Set<PhoneExtensionPointEvent> getEvents()
public void setEvents(java.util.Set<PhoneExtensionPointEvent> events)