Package com._1c.g5.v8.dt.pw.ui.builders
Class PrintWizardParser.ParseResult
java.lang.Object
com._1c.g5.v8.dt.pw.ui.builders.PrintWizardParser.ParseResult
- Enclosing class:
- PrintWizardParser
Parse result, got from parser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet command groupGet command moduleGet command module positionGet command module procedure positionGet command nameIs custom queryGet manager module positiongetQuery()Get queryGet select fieldsGet template namebooleanIs only table previewbooleanIs protectbooleanIs save parametersbooleanIs wthout previewvoidsetCommandGroup(CommandGroup commandGroup) Get command groupvoidsetCommandModule(Module commandModule) Set command modulevoidsetCommandModulePosition(Parser.TextPosition commandModulePosition) Set command module positionvoidsetCommandModuleProcedurePosition(Parser.TextPosition commandModuleProcedurePosition) Set command module procedure positionvoidsetCommandName(String commandName) Set command namevoidsetIsCustomQuery(Boolean isCustomQuery) Set custom queryvoidsetManagerModulePosition(Parser.TextPosition managerModulePosition) Set manager module positionvoidsetOnlyTablePreview(boolean isOnlyTablePreview) Set only table previewvoidsetProtect(boolean isProtect) Set protectvoidSet queryvoidsetSaveParameters(boolean isSaveParameters) Set save parametersvoidsetSelectFields(List<PrintWizardParser.TablesSelectFields> selectFields) Set select fieldsvoidsetTemplateName(String templateName) Set template namevoidsetWithoutPreview(boolean isWithoutPreview) Set wthout preview
-
Constructor Details
-
ParseResult
public ParseResult()
-
-
Method Details
-
getCommandName
Get command name- Returns:
- the commandName
-
setCommandName
Set command name- Parameters:
commandName- the commandName to set
-
getTemplateName
Get template name- Returns:
- the templateName
-
setTemplateName
Set template name- Parameters:
templateName- the templateName to set
-
getQuery
Get query- Returns:
- the query
-
setQuery
Set query- Parameters:
query- the query to set
-
isWithoutPreview
public boolean isWithoutPreview()Is wthout preview- Returns:
- the isWithoutPreview
-
setWithoutPreview
public void setWithoutPreview(boolean isWithoutPreview) Set wthout preview- Parameters:
isWithoutPreview- the isWithoutPreview to set
-
isProtect
public boolean isProtect()Is protect- Returns:
- the isProtect
-
setProtect
public void setProtect(boolean isProtect) Set protect- Parameters:
isProtect- the isProtect to set
-
isOnlyTablePreview
public boolean isOnlyTablePreview()Is only table preview- Returns:
- the isOnlyTablePreview
-
setOnlyTablePreview
public void setOnlyTablePreview(boolean isOnlyTablePreview) Set only table preview- Parameters:
isOnlyTablePreview- the isOnlyTablePreview to set
-
isSaveParameters
public boolean isSaveParameters()Is save parameters- Returns:
- the isSaveParameters
-
setSaveParameters
public void setSaveParameters(boolean isSaveParameters) Set save parameters- Parameters:
isSaveParameters- the isSaveParameters to set
-
getCommandModule
Get command module- Returns:
- the commandModule
-
setCommandModule
Set command module- Parameters:
commandModule- the commandModule to set
-
getCommandModulePosition
Get command module position- Returns:
- the commandModulePosition
-
setCommandModulePosition
Set command module position- Parameters:
commandModulePosition- the commandModulePosition to set
-
getCommandModuleProcedurePosition
Get command module procedure position- Returns:
- the commandModuleProcedurePosition
-
setCommandModuleProcedurePosition
Set command module procedure position- Parameters:
commandModuleProcedurePosition- the commandModuleProcedurePosition to set
-
getManagerModulePosition
Get manager module position- Returns:
- the managerModulePosition
-
setManagerModulePosition
Set manager module position- Parameters:
managerModulePosition- the managerModulePosition to set
-
getCommandGroup
Get command group- Returns:
- the commandGroup
-
setCommandGroup
Get command group- Parameters:
commandGroup- the commandGroup to set
-
getIsCustomQuery
Is custom query- Returns:
- the isCustomQuery
-
setIsCustomQuery
Set custom query- Parameters:
isCustomQuery- the isCustomQuery to set
-
getSelectFields
Get select fields- Returns:
- the selectFields
-
setSelectFields
Set select fields- Parameters:
selectFields- the selectFields to set
-