Class ViewUploadFilesConfigurator
java.lang.Object
ru.bitel.bgbilling.modules.sorm.common.bean.ViewUploadFilesConfigurator
public class ViewUploadFilesConfigurator
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static intHORIZONTAL_ORIENTATIONstatic intVERTICAL_ORIENTATION -
Constructor Summary
Constructors Constructor Description ViewUploadFilesConfigurator() -
Method Summary
Modifier and Type Method Description java.lang.StringgetPathToFile()intgetPrintOrientation()intgetProcessedLineLimit()SormProjectgetSormProject()booleanisShowFieldTitles()ViewUploadFilesConfiguratorsetPathToFile(java.lang.String pathToFile)ViewUploadFilesConfiguratorsetPrintOrientation(int printOrientation)ViewUploadFilesConfiguratorsetProcessedLineLimit(int processedLineLimit)ViewUploadFilesConfiguratorsetShowFieldTitles(boolean showFieldTitles)ViewUploadFilesConfiguratorsetSormProject(SormProject sormProject)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
HORIZONTAL_ORIENTATION
public static final int HORIZONTAL_ORIENTATION- See Also:
- Constant Field Values
-
VERTICAL_ORIENTATION
public static final int VERTICAL_ORIENTATION- See Also:
- Constant Field Values
-
-
Constructor Details
-
ViewUploadFilesConfigurator
public ViewUploadFilesConfigurator()
-
-
Method Details
-
setSormProject
-
setPathToFile
-
setProcessedLineLimit
-
setShowFieldTitles
-
setPrintOrientation
-
getSormProject
-
getPathToFile
public java.lang.String getPathToFile() -
getProcessedLineLimit
public int getProcessedLineLimit() -
isShowFieldTitles
public boolean isShowFieldTitles() -
getPrintOrientation
public int getPrintOrientation()
-