public class Operaction extends Object implements Serializable
Constructor and Description |
---|
Operaction() |
Modifier and Type | Method and Description |
---|---|
static Operaction |
copyFrom(IOperAction source) |
String |
getContent()
Returns the value of field 'content'.
|
String |
getMenutext()
Returns the value of field 'menutext'.
|
String |
getState()
Returns the value of field 'state'.
|
void |
setContent(String content)
Sets the value of field 'content'.
|
void |
setMenutext(String menutext)
Sets the value of field 'menutext'.
|
void |
setState(String state)
Sets the value of field 'state'.
|
String |
toString() |
public static Operaction copyFrom(IOperAction source)
public String getContent()
public String getMenutext()
public String getState()
public void setContent(String content)
content
- the value of field 'content'.public void setMenutext(String menutext)
menutext
- the value of field 'menutext'.public void setState(String state)
state
- the value of field 'state'.Copyright © 2021. All rights reserved.