org.jopendocument.model.script
Class ScriptEvent

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

public class ScriptEvent
extends Object


Field Summary
protected  String scriptEventName
           
protected  String scriptLanguage
           
protected  String scriptLocation
           
protected  String scriptMacroName
           
protected  String value
           
 
Constructor Summary
ScriptEvent()
           
 
Method Summary
 String getScriptEventName()
          Gets the value of the scriptEventName property.
 String getScriptLanguage()
          Gets the value of the scriptLanguage property.
 String getScriptLocation()
          Gets the value of the scriptLocation property.
 String getScriptMacroName()
          Gets the value of the scriptMacroName property.
 String getvalue()
          Gets the value of the value property.
 void setScriptEventName(String value)
          Sets the value of the scriptEventName property.
 void setScriptLanguage(String value)
          Sets the value of the scriptLanguage property.
 void setScriptLocation(String value)
          Sets the value of the scriptLocation property.
 void setScriptMacroName(String value)
          Sets the value of the scriptMacroName property.
 void setvalue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scriptEventName

protected String scriptEventName

scriptLanguage

protected String scriptLanguage

scriptLocation

protected String scriptLocation

scriptMacroName

protected String scriptMacroName

value

protected String value
Constructor Detail

ScriptEvent

public ScriptEvent()
Method Detail

getScriptEventName

public String getScriptEventName()
Gets the value of the scriptEventName property.

Returns:
possible object is String

getScriptLanguage

public String getScriptLanguage()
Gets the value of the scriptLanguage property.

Returns:
possible object is String

getScriptLocation

public String getScriptLocation()
Gets the value of the scriptLocation property.

Returns:
possible object is String

getScriptMacroName

public String getScriptMacroName()
Gets the value of the scriptMacroName property.

Returns:
possible object is String

getvalue

public String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setScriptEventName

public void setScriptEventName(String value)
Sets the value of the scriptEventName property.

Parameters:
value - allowed object is String

setScriptLanguage

public void setScriptLanguage(String value)
Sets the value of the scriptLanguage property.

Parameters:
value - allowed object is String

setScriptLocation

public void setScriptLocation(String value)
Sets the value of the scriptLocation property.

Parameters:
value - allowed object is String

setScriptMacroName

public void setScriptMacroName(String value)
Sets the value of the scriptMacroName property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.