org.jopendocument.model.script
Class ScriptModule

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

public class ScriptModule
extends Object


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

Field Detail

scriptName

protected String scriptName

scriptSourceCode

protected String scriptSourceCode
Constructor Detail

ScriptModule

public ScriptModule()
Method Detail

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.