Interface Action
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ActionImpl
public interface Action extends java.io.SerializableThe Interface Action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEnabled()Gets the enabled.java.lang.StringgetEvent()Gets the event.intgetIntValue1()Gets the int value 1.intgetIntValue2()Gets the int value 2.intgetIntValue3()Gets the int value 3.intgetIntValue4()Gets the int value 4.intgetIntValue5()Gets the int value 5.java.lang.StringgetListValue()Gets the list value.java.lang.StringgetSequence()Gets the sequence.java.lang.StringgetStringValue1()Gets the string value 1.java.lang.StringgetStringValue2()Gets the string value 2.java.lang.StringgetStringValue3()Gets the string value 3.java.lang.StringgetStringValue4()Gets the string value 4.java.lang.StringgetStringValue5()Gets the string value 5.java.lang.StringgetTask()Gets the task.voidsetEnabled(int enabled)Sets the enabled.voidsetEvent(java.lang.String event)Sets 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(java.lang.String listValue)Sets the list value.voidsetSequence(java.lang.String sequence)Sets the sequence.voidsetStringValue1(java.lang.String stringValue1)Sets the string value 1.voidsetStringValue2(java.lang.String stringValue2)Sets the string value 2.voidsetStringValue3(java.lang.String stringValue3)Sets the string value 3.voidsetStringValue4(java.lang.String stringValue4)Sets the string value 4.voidsetStringValue5(java.lang.String stringValue5)Sets the string value 5.voidsetTask(java.lang.String task)Sets the task.
-
-
-
Method Detail
-
getSequence
java.lang.String getSequence()
Gets the sequence.- Returns:
- the sequence
-
setSequence
void setSequence(java.lang.String sequence)
Sets the sequence.- Parameters:
sequence- the sequence to set
-
getEvent
java.lang.String getEvent()
Gets the event.- Returns:
- the event
-
setEvent
void setEvent(java.lang.String event)
Sets the event.- Parameters:
event- the event to set
-
getTask
java.lang.String getTask()
Gets the task.- Returns:
- the task
-
setTask
void setTask(java.lang.String task)
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
java.lang.String getStringValue1()
Gets the string value 1.- Returns:
- the stringValue1
-
setStringValue1
void setStringValue1(java.lang.String stringValue1)
Sets the string value 1.- Parameters:
stringValue1- the stringValue1 to set
-
getStringValue2
java.lang.String getStringValue2()
Gets the string value 2.- Returns:
- the stringValue2
-
setStringValue2
void setStringValue2(java.lang.String stringValue2)
Sets the string value 2.- Parameters:
stringValue2- the stringValue2 to set
-
getStringValue3
java.lang.String getStringValue3()
Gets the string value 3.- Returns:
- the stringValue3
-
setStringValue3
void setStringValue3(java.lang.String stringValue3)
Sets the string value 3.- Parameters:
stringValue3- the stringValue3 to set
-
getStringValue4
java.lang.String getStringValue4()
Gets the string value 4.- Returns:
- the stringValue4
-
setStringValue4
void setStringValue4(java.lang.String stringValue4)
Sets the string value 4.- Parameters:
stringValue4- the stringValue4 to set
-
getStringValue5
java.lang.String getStringValue5()
Gets the string value 5.- Returns:
- the stringValue5
-
setStringValue5
void setStringValue5(java.lang.String stringValue5)
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
java.lang.String getListValue()
Gets the list value.- Returns:
- the listValue
-
setListValue
void setListValue(java.lang.String listValue)
Sets the list value.- Parameters:
listValue- the listValue to set
-
-