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 int
HORIZONTAL_ORIENTATION
static int
VERTICAL_ORIENTATION
-
Constructor Summary
Constructors Constructor Description ViewUploadFilesConfigurator()
-
Method Summary
Modifier and Type Method Description java.lang.String
getPathToFile()
int
getPrintOrientation()
int
getProcessedLineLimit()
SormProject
getSormProject()
boolean
isShowFieldTitles()
ViewUploadFilesConfigurator
setPathToFile(java.lang.String pathToFile)
ViewUploadFilesConfigurator
setPrintOrientation(int printOrientation)
ViewUploadFilesConfigurator
setProcessedLineLimit(int processedLineLimit)
ViewUploadFilesConfigurator
setShowFieldTitles(boolean showFieldTitles)
ViewUploadFilesConfigurator
setSormProject(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()
-