Class TemplateDetailInput
java.lang.Object
overit.geocallapp.wfm.ai.ux.configuration.template.detail.TemplateDetailInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetMode()Returns the page mode.Returns the template.voidsetMode(int mode) Sets the page mode.voidsetTemplate(BOMeterReadingsTemplate template) Sets the template.
-
Constructor Details
-
TemplateDetailInput
public TemplateDetailInput()
-
-
Method Details
-
getMode
public int getMode()Returns the page mode.- Returns:
- the page mode
-
setMode
public void setMode(int mode) Sets the page mode.- Parameters:
mode- the page mode
-
getTemplate
Returns the template.- Returns:
- the template
-
setTemplate
Sets the template.- Parameters:
template- the template
-