Class ActionImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.ActionImpl
- All Implemented Interfaces:
Action,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
ActionImpl
public ActionImpl()
-
-
Method Details
-
getSequence
Description copied from interface:ActionGets the sequence.- Specified by:
getSequencein interfaceAction- Returns:
- the sequence
-
setSequence
Description copied from interface:ActionSets the sequence.- Specified by:
setSequencein interfaceAction- Parameters:
sequence- the sequence to set
-
getEvent
Description copied from interface:ActionGets the event. -
setEvent
Description copied from interface:ActionSets the event. -
getTask
Description copied from interface:ActionGets the task. -
setTask
Description copied from interface:ActionSets the task. -
getEnabled
public int getEnabled()Description copied from interface:ActionGets the enabled.- Specified by:
getEnabledin interfaceAction- Returns:
- the enabled
-
setEnabled
public void setEnabled(int enabled) Description copied from interface:ActionSets the enabled.- Specified by:
setEnabledin interfaceAction- Parameters:
enabled- the enabled to set
-
getStringValue1
Description copied from interface:ActionGets the string value 1.- Specified by:
getStringValue1in interfaceAction- Returns:
- the stringValue1
-
setStringValue1
Description copied from interface:ActionSets the string value 1.- Specified by:
setStringValue1in interfaceAction- Parameters:
stringValue1- the stringValue1 to set
-
getStringValue2
Description copied from interface:ActionGets the string value 2.- Specified by:
getStringValue2in interfaceAction- Returns:
- the stringValue2
-
setStringValue2
Description copied from interface:ActionSets the string value 2.- Specified by:
setStringValue2in interfaceAction- Parameters:
stringValue2- the stringValue2 to set
-
getStringValue3
Description copied from interface:ActionGets the string value 3.- Specified by:
getStringValue3in interfaceAction- Returns:
- the stringValue3
-
setStringValue3
Description copied from interface:ActionSets the string value 3.- Specified by:
setStringValue3in interfaceAction- Parameters:
stringValue3- the stringValue3 to set
-
getStringValue4
Description copied from interface:ActionGets the string value 4.- Specified by:
getStringValue4in interfaceAction- Returns:
- the stringValue4
-
setStringValue4
Description copied from interface:ActionSets the string value 4.- Specified by:
setStringValue4in interfaceAction- Parameters:
stringValue4- the stringValue4 to set
-
getStringValue5
Description copied from interface:ActionGets the string value 5.- Specified by:
getStringValue5in interfaceAction- Returns:
- the stringValue5
-
setStringValue5
Description copied from interface:ActionSets the string value 5.- Specified by:
setStringValue5in interfaceAction- Parameters:
stringValue5- the stringValue5 to set
-
getIntValue1
public int getIntValue1()Description copied from interface:ActionGets the int value 1.- Specified by:
getIntValue1in interfaceAction- Returns:
- the intValue1
-
setIntValue1
public void setIntValue1(int intValue1) Description copied from interface:ActionSets the int value 1.- Specified by:
setIntValue1in interfaceAction- Parameters:
intValue1- the intValue1 to set
-
getIntValue2
public int getIntValue2()Description copied from interface:ActionGets the int value 2.- Specified by:
getIntValue2in interfaceAction- Returns:
- the intValue2
-
setIntValue2
public void setIntValue2(int intValue2) Description copied from interface:ActionSets the int value 2.- Specified by:
setIntValue2in interfaceAction- Parameters:
intValue2- the intValue2 to set
-
getIntValue3
public int getIntValue3()Description copied from interface:ActionGets the int value 3.- Specified by:
getIntValue3in interfaceAction- Returns:
- the intValue3
-
setIntValue3
public void setIntValue3(int intValue3) Description copied from interface:ActionSets the int value 3.- Specified by:
setIntValue3in interfaceAction- Parameters:
intValue3- the intValue3 to set
-
getIntValue4
public int getIntValue4()Description copied from interface:ActionGets the int value 4.- Specified by:
getIntValue4in interfaceAction- Returns:
- the intValue4
-
setIntValue4
public void setIntValue4(int intValue4) Description copied from interface:ActionSets the int value 4.- Specified by:
setIntValue4in interfaceAction- Parameters:
intValue4- the intValue4 to set
-
getIntValue5
public int getIntValue5()Description copied from interface:ActionGets the int value 5.- Specified by:
getIntValue5in interfaceAction- Returns:
- the intValue5
-
setIntValue5
public void setIntValue5(int intValue5) Description copied from interface:ActionSets the int value 5.- Specified by:
setIntValue5in interfaceAction- Parameters:
intValue5- the intValue5 to set
-
getListValue
Description copied from interface:ActionGets the list value.- Specified by:
getListValuein interfaceAction- Returns:
- the listValue
-
setListValue
Description copied from interface:ActionSets the list value.- Specified by:
setListValuein interfaceAction- Parameters:
listValue- the listValue to set
-