Interface Action
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActionImpl
The Interface Action.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the enabled.getEvent()Gets the event.intGets the int value 1.intGets the int value 2.intGets the int value 3.intGets the int value 4.intGets the int value 5.Gets the list value.Gets the sequence.Gets the string value 1.Gets the string value 2.Gets the string value 3.Gets the string value 4.Gets the string value 5.getTask()Gets the task.voidsetEnabled(int enabled) Sets the enabled.voidSets the event.voidsetIntValue1(int intValue1) Sets the int value 1.voidsetIntValue2(int intValue2) Sets the int value 2.voidsetIntValue3(int intValue3) Sets the int value 3.voidsetIntValue4(int intValue4) Sets the int value 4.voidsetIntValue5(int intValue5) Sets the int value 5.voidsetListValue(String listValue) Sets the list value.voidsetSequence(String sequence) Sets the sequence.voidsetStringValue1(String stringValue1) Sets the string value 1.voidsetStringValue2(String stringValue2) Sets the string value 2.voidsetStringValue3(String stringValue3) Sets the string value 3.voidsetStringValue4(String stringValue4) Sets the string value 4.voidsetStringValue5(String stringValue5) Sets the string value 5.voidSets the task.
-
Method Details
-
getSequence
String getSequence()Gets the sequence.- Returns:
- the sequence
-
setSequence
Sets the sequence.- Parameters:
sequence- the sequence to set
-
getEvent
String getEvent()Gets the event.- Returns:
- the event
-
setEvent
Sets the event.- Parameters:
event- the event to set
-
getTask
String getTask()Gets the task.- Returns:
- the task
-
setTask
Sets the task.- Parameters:
task- the task to set
-
getEnabled
int getEnabled()Gets the enabled.- Returns:
- the enabled
-
setEnabled
void setEnabled(int enabled) Sets the enabled.- Parameters:
enabled- the enabled to set
-
getStringValue1
String getStringValue1()Gets the string value 1.- Returns:
- the stringValue1
-
setStringValue1
Sets the string value 1.- Parameters:
stringValue1- the stringValue1 to set
-
getStringValue2
String getStringValue2()Gets the string value 2.- Returns:
- the stringValue2
-
setStringValue2
Sets the string value 2.- Parameters:
stringValue2- the stringValue2 to set
-
getStringValue3
String getStringValue3()Gets the string value 3.- Returns:
- the stringValue3
-
setStringValue3
Sets the string value 3.- Parameters:
stringValue3- the stringValue3 to set
-
getStringValue4
String getStringValue4()Gets the string value 4.- Returns:
- the stringValue4
-
setStringValue4
Sets the string value 4.- Parameters:
stringValue4- the stringValue4 to set
-
getStringValue5
String getStringValue5()Gets the string value 5.- Returns:
- the stringValue5
-
setStringValue5
Sets the string value 5.- Parameters:
stringValue5- the stringValue5 to set
-
getIntValue1
int getIntValue1()Gets the int value 1.- Returns:
- the intValue1
-
setIntValue1
void setIntValue1(int intValue1) Sets the int value 1.- Parameters:
intValue1- the intValue1 to set
-
getIntValue2
int getIntValue2()Gets the int value 2.- Returns:
- the intValue2
-
setIntValue2
void setIntValue2(int intValue2) Sets the int value 2.- Parameters:
intValue2- the intValue2 to set
-
getIntValue3
int getIntValue3()Gets the int value 3.- Returns:
- the intValue3
-
setIntValue3
void setIntValue3(int intValue3) Sets the int value 3.- Parameters:
intValue3- the intValue3 to set
-
getIntValue4
int getIntValue4()Gets the int value 4.- Returns:
- the intValue4
-
setIntValue4
void setIntValue4(int intValue4) Sets the int value 4.- Parameters:
intValue4- the intValue4 to set
-
getIntValue5
int getIntValue5()Gets the int value 5.- Returns:
- the intValue5
-
setIntValue5
void setIntValue5(int intValue5) Sets the int value 5.- Parameters:
intValue5- the intValue5 to set
-
getListValue
String getListValue()Gets the list value.- Returns:
- the listValue
-
setListValue
Sets the list value.- Parameters:
listValue- the listValue to set
-