org.jopendocument.model.script
Class ScriptEvent

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

public class ScriptEvent
extends java.lang.Object


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

Constructor Detail

ScriptEvent

public ScriptEvent()
Method Detail

getScriptEventName

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

Returns:
possible object is String

getScriptLanguage

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

Returns:
possible object is String

getScriptLocation

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

Returns:
possible object is String

getScriptMacroName

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

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setScriptEventName

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

Parameters:
value - allowed object is String

setScriptLanguage

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

Parameters:
value - allowed object is String

setScriptLocation

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

Parameters:
value - allowed object is String

setScriptMacroName

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

Parameters:
value - allowed object is String

setvalue

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

Parameters:
value - allowed object is String