public class JooneMacro
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
JooneMacro()
Creates a new instance of JooneMacro
|
Modifier and Type | Method and Description |
---|---|
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() |
static final long serialVersionUID
public java.lang.String toString()
toString
in class java.lang.Object
public 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
Submit Feedback to pmarrone@users.sourceforge.net