public class Script extends StaticEntity
| Constructor and Description |
|---|
Script(Entity entity) |
Script(EntityType entityType) |
Script(String name,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getName() |
List<ScriptParameter> |
getParameters() |
String |
getResultFileExtension() |
ScriptType |
getScriptType() |
boolean |
isGenerateToken() |
void |
setContent(String content) |
void |
setGenerateToken(Boolean generateToken) |
void |
setName(String name) |
void |
setResultFileExtension(String resultFileExtension) |
void |
setScriptType(ScriptType scriptType) |
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toStringpublic Script(Entity entity)
public Script(EntityType entityType)
public Script(String name, EntityType entityType)
public String getName()
public void setName(String name)
public ScriptType getScriptType()
public void setScriptType(ScriptType scriptType)
public String getContent()
public void setContent(String content)
public void setResultFileExtension(String resultFileExtension)
public List<ScriptParameter> getParameters()
public boolean isGenerateToken()
public void setGenerateToken(Boolean generateToken)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.