Class ExtensionPointWithGroupDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.NamedEntityDTO
-
- org.cyclos.model.system.extensionpoints.ExtensionPointDTO
-
- org.cyclos.model.system.extensionpoints.ExtensionPointWithGroupDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,IEntity,INamedEntity
- Direct Known Subclasses:
AdExtensionPointDTO,AgreementExtensionPointDTO,OperatorExtensionPointDTO,OrderExtensionPointDTO,PhoneExtensionPointDTO,RecordExtensionPointDTO,UserAddressExtensionPointDTO,UserExtensionPointDTO
public abstract class ExtensionPointWithGroupDTO extends ExtensionPointDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic SetProperty<BasicGroupVO,ExtensionPointWithGroupDTO>GROUPS-
Fields inherited from class org.cyclos.model.system.extensionpoints.ExtensionPointDTO
ENABLED, SCRIPT, SCRIPT_PARAMETERS
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ExtensionPointWithGroupDTO()ExtensionPointWithGroupDTO(Long id)ExtensionPointWithGroupDTO(Property<T,? super ExtensionPointWithGroupDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()Set<BasicGroupVO>getGroups()voidsetGroups(Set<BasicGroupVO> groups)-
Methods inherited from class org.cyclos.model.system.extensionpoints.ExtensionPointDTO
getScript, getScriptParameters, isEnabled, setEnabled, setScript, setScriptParameters
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
GROUPS
public static final SetProperty<BasicGroupVO,ExtensionPointWithGroupDTO> GROUPS
-
-
Constructor Detail
-
ExtensionPointWithGroupDTO
public ExtensionPointWithGroupDTO()
-
ExtensionPointWithGroupDTO
public ExtensionPointWithGroupDTO(Long id)
-
ExtensionPointWithGroupDTO
public ExtensionPointWithGroupDTO(Property<T,? super ExtensionPointWithGroupDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classExtensionPointDTO
-
getGroups
public Set<BasicGroupVO> getGroups()
-
setGroups
public void setGroups(Set<BasicGroupVO> groups)
-
-