public abstract class ExtensionPointWithGroupDTO extends ExtensionPointDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static SetProperty<BasicGroupVO,ExtensionPointWithGroupDTO> |
GROUPS |
ENABLED, SCRIPT, SCRIPT_PARAMETERSNAMEID| Constructor and Description |
|---|
ExtensionPointWithGroupDTO() |
ExtensionPointWithGroupDTO(java.lang.Long id) |
ExtensionPointWithGroupDTO(Property<T,? super ExtensionPointWithGroupDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<BasicGroupVO> |
getGroups() |
void |
setGroups(java.util.Set<BasicGroupVO> groups) |
getScript, getScriptParameters, isEnabled, setEnabled, setScript, setScriptParameterscompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, 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 SetProperty<BasicGroupVO,ExtensionPointWithGroupDTO> GROUPS
public ExtensionPointWithGroupDTO()
public ExtensionPointWithGroupDTO(java.lang.Long id)
public ExtensionPointWithGroupDTO(Property<T,? super ExtensionPointWithGroupDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ExtensionPointDTOpublic java.util.Set<BasicGroupVO> getGroups()
public void setGroups(java.util.Set<BasicGroupVO> groups)