@Entity public abstract class ExtensionPoint extends NamedEntity implements DefinesNetwork
| Constructor and Description |
|---|
ExtensionPoint() |
| Modifier and Type | Method and Description |
|---|---|
abstract ExtensionPointNature |
getNature() |
Network |
getNetwork() |
CustomScript |
getScript() |
java.lang.String |
getScriptParameters() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setNetwork(Network network) |
void |
setScript(CustomScript script) |
void |
setScriptParameters(java.lang.String scriptParameters) |
compareTo, getName, getNames, setName, toStringgetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic abstract ExtensionPointNature getNature()
public Network getNetwork()
getNetwork in class BaseEntitypublic CustomScript getScript()
public java.lang.String getScriptParameters()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setScript(CustomScript script)
public void setScriptParameters(java.lang.String scriptParameters)