Class DataCollectionTemplateVisibilityRuleSaveInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.event.DataCollectionTemplateVisibilityRuleSaveInput
- All Implemented Interfaces:
Serializable
Input object for saving a template visibility rule with all its rows.
Contains the rule header and a list of rows to be saved in a single transaction.
- Since:
- 22.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the header.getRows()Gets the rows.voidSets the header.voidSets the rows.
-
Constructor Details
-
DataCollectionTemplateVisibilityRuleSaveInput
public DataCollectionTemplateVisibilityRuleSaveInput()
-
-
Method Details
-
getHeader
Gets the header.- Returns:
- the header
-
setHeader
Sets the header.- Parameters:
header- the new header
-
getRows
Gets the rows.- Returns:
- the rows
-
setRows
Sets the rows.- Parameters:
rows- the new rows
-