|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getScriptLanguage()
String
public String getScriptLocation()
String
public String getScriptMacroName()
String
public String getvalue()
String
public void setScriptEventName(String value)
value
- allowed object is String
public void setScriptLanguage(String value)
value
- allowed object is String
public void setScriptLocation(String value)
value
- allowed object is String
public void setScriptMacroName(String value)
value
- allowed object is String
public 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 |