|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joone.script.JooneMacro
public class JooneMacro
This class represents a runnable BeanShell macro
| Field Summary | |
|---|---|
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
JooneMacro()
Creates a new instance of JooneMacro |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.String |
getName()
Getter for property name. |
java.lang.String |
getText()
Getter for property text. |
boolean |
isEventMacro()
Getter for property system. |
void |
setEventMacro(boolean newValue)
Setter for property system. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setText(java.lang.String text)
Setter for property text. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
| Constructor Detail |
|---|
public JooneMacro()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getText()
public void setText(java.lang.String text)
text - New value of property text.public boolean isEventMacro()
public void setEventMacro(boolean newValue)
system - New value of property system.public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.public java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||