Package com.suncode.pwfl.workflow.form
Class TableEvent
java.lang.Object
com.suncode.pwfl.workflow.form.TableEvent
Definicja zdarzeń tabeli dynamicznej
- Author:
- Paweł Rosolak 23 wrz 2014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEventType
(String eventType) void
setFunctionName
(String functionName)
-
Constructor Details
-
TableEvent
public TableEvent() -
TableEvent
-
-
Method Details
-
getEventType
- Returns:
- the eventType
-
setEventType
- Parameters:
eventType
- the eventType to set
-
getFunctionName
- Returns:
- the functionName
-
setFunctionName
- Parameters:
functionName
- the functionName to set
-