org.jopendocument.model.script
Class ScriptModule
java.lang.Object
  
org.jopendocument.model.script.ScriptModule
public class ScriptModule
- extends Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
scriptName
protected String scriptName
scriptSourceCode
protected String scriptSourceCode
ScriptModule
public ScriptModule()
getScriptName
public String getScriptName()
- Gets the value of the scriptName property.
- Returns:
 - possible object is 
String 
 
 
getScriptSourceCode
public String getScriptSourceCode()
- Gets the value of the scriptSourceCode property.
- Returns:
 - possible object is 
String 
 
 
setScriptName
public void setScriptName(String value)
- Sets the value of the scriptName property.
- Parameters:
 value - allowed object is String
 
 
setScriptSourceCode
public void setScriptSourceCode(String value)
- Sets the value of the scriptSourceCode property.
- Parameters:
 value - allowed object is String
 
 
Copyright © 2010 jOpenDocument All Rights Reserved.