@Entity public class CustomScript extends NamedEntity implements DefinesNetwork
| Constructor and Description |
|---|
CustomScript() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CustomScript> |
getDependencies() |
java.util.Map<java.lang.String,java.lang.String> |
getFunctions() |
Network |
getNetwork() |
java.lang.String |
getParameters() |
ScriptType |
getType() |
boolean |
isRunAsSystem() |
void |
setDependencies(java.util.Set<CustomScript> dependencies) |
void |
setFunctions(java.util.Map<java.lang.String,java.lang.String> functions) |
void |
setNetwork(Network network) |
void |
setParameters(java.lang.String parameters) |
void |
setRunAsSystem(boolean isRunsAsSystem) |
void |
setType(ScriptType type) |
compareTo, getName, getNames, setName, toStringgetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic java.util.Set<CustomScript> getDependencies()
public java.util.Map<java.lang.String,java.lang.String> getFunctions()
public Network getNetwork()
getNetwork in class BaseEntitypublic java.lang.String getParameters()
public ScriptType getType()
public boolean isRunAsSystem()
public void setDependencies(java.util.Set<CustomScript> dependencies)
public void setFunctions(java.util.Map<java.lang.String,java.lang.String> functions)
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setParameters(java.lang.String parameters)
public void setRunAsSystem(boolean isRunsAsSystem)
public void setType(ScriptType type)