|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.script.ScriptEvent
public class ScriptEvent
| 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 |
|---|
protected String scriptEventName
protected String scriptLanguage
protected String scriptLocation
protected String scriptMacroName
protected String value
| Constructor Detail |
|---|
public ScriptEvent()
| Method Detail |
|---|
public String getScriptEventName()
Stringpublic String getScriptLanguage()
Stringpublic String getScriptLocation()
Stringpublic String getScriptMacroName()
Stringpublic String getvalue()
Stringpublic void setScriptEventName(String value)
value - allowed object is Stringpublic void setScriptLanguage(String value)
value - allowed object is Stringpublic void setScriptLocation(String value)
value - allowed object is Stringpublic void setScriptMacroName(String value)
value - allowed object is Stringpublic void setvalue(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||