public class Script extends Object implements Serializable
Constructor and Description |
---|
Script() |
Modifier and Type | Method and Description |
---|---|
static Script |
copyFrom(IScript source) |
String |
getContent()
Returns the value of field 'content'.
|
String |
getLanguage()
Returns the value of field 'language'.
|
void |
setContent(String content)
Sets the value of field 'content'.
|
void |
setLanguage(String language)
Sets the value of field 'language'.
|
String |
toString() |
public String getContent()
public String getLanguage()
public void setContent(String content)
content
- the value of field 'content'.public void setLanguage(String language)
language
- the value of field 'language'.Copyright © 2021. All rights reserved.