org.jopendocument.model.script
Class ScriptModule

java.lang.Object
  extended by org.jopendocument.model.script.ScriptModule

public class ScriptModule
extends java.lang.Object


Constructor Summary
ScriptModule()
           
 
Method Summary
 java.lang.String getScriptName()
          Gets the value of the scriptName property.
 java.lang.String getScriptSourceCode()
          Gets the value of the scriptSourceCode property.
 void setScriptName(java.lang.String value)
          Sets the value of the scriptName property.
 void setScriptSourceCode(java.lang.String value)
          Sets the value of the scriptSourceCode property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptModule

public ScriptModule()
Method Detail

getScriptName

public java.lang.String getScriptName()
Gets the value of the scriptName property.

Returns:
possible object is String

getScriptSourceCode

public java.lang.String getScriptSourceCode()
Gets the value of the scriptSourceCode property.

Returns:
possible object is String

setScriptName

public void setScriptName(java.lang.String value)
Sets the value of the scriptName property.

Parameters:
value - allowed object is String

setScriptSourceCode

public void setScriptSourceCode(java.lang.String value)
Sets the value of the scriptSourceCode property.

Parameters:
value - allowed object is String