Package org.cyclos.entities.system
Class UserExtensionPoint
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,ProcessableForDataTranslation,DefinesNetwork,IEntity,INamedEntity
@Entity public class UserExtensionPoint extends ExtensionPointWithGroup
Extension point for user events
-
-
Constructor Summary
Constructors Constructor Description UserExtensionPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<UserExtensionPointEvent>getEvents()ExtensionPointNaturegetNature()voidsetEvents(Set<UserExtensionPointEvent> events)-
Methods inherited from class org.cyclos.entities.system.ExtensionPointWithGroup
getGroups, setGroups
-
Methods inherited from class org.cyclos.entities.system.ExtensionPoint
getNetwork, getScript, getScriptParameters, isEnabled, setEnabled, setNetwork, setScript, setScriptParameters
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, uniqueIds, uniqueIds
-
-
-
-
Method Detail
-
getEvents
public Set<UserExtensionPointEvent> getEvents()
-
getNature
public ExtensionPointNature getNature()
- Specified by:
getNaturein classExtensionPoint
-
setEvents
public void setEvents(Set<UserExtensionPointEvent> events)
-
-