public class RecordExtensionPointDTO extends ExtensionPointWithGroupDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static SetProperty<RecordExtensionPointEvent,RecordExtensionPointDTO> |
EVENTS |
static SetProperty<RecordTypeVO,RecordExtensionPointDTO> |
RECORD_TYPES |
GROUPSENABLED, SCRIPT, SCRIPT_PARAMETERSNAMEID| Constructor and Description |
|---|
RecordExtensionPointDTO() |
RecordExtensionPointDTO(java.lang.Long id) |
RecordExtensionPointDTO(Property<T,? super RecordExtensionPointDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<RecordExtensionPointEvent> |
getEvents() |
java.util.Set<RecordTypeVO> |
getRecordTypes() |
void |
setEvents(java.util.Set<RecordExtensionPointEvent> events) |
void |
setRecordTypes(java.util.Set<RecordTypeVO> recordTypes) |
getGroups, setGroupsgetScript, 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<RecordExtensionPointEvent,RecordExtensionPointDTO> EVENTS
public static final SetProperty<RecordTypeVO,RecordExtensionPointDTO> RECORD_TYPES
public RecordExtensionPointDTO()
public RecordExtensionPointDTO(java.lang.Long id)
public RecordExtensionPointDTO(Property<T,? super RecordExtensionPointDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ExtensionPointWithGroupDTOpublic java.util.Set<RecordExtensionPointEvent> getEvents()
public void setEvents(java.util.Set<RecordExtensionPointEvent> events)
public java.util.Set<RecordTypeVO> getRecordTypes()
public void setRecordTypes(java.util.Set<RecordTypeVO> recordTypes)