@Entity public abstract class ExtensionPoint extends NamedEntity implements DefinesNetwork
| Constructor and Description |
|---|
ExtensionPoint() |
| Modifier and Type | Method and Description |
|---|---|
abstract ExtensionPointNature |
getNature() |
Network |
getNetwork()
Returns the network this entity belongs to
|
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, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic abstract ExtensionPointNature getNature()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic 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)