Class GUIBarcodeEngine
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIBarcodeEngine
-
- All Implemented Interfaces:
Serializable
public class GUIBarcodeEngine extends Object implements Serializable
Representation of a barcode engine handled by the GUI- Since:
- 6.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIBarcodeEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBatch()StringgetExcludePatters()IntegergetImageThreshold()StringgetIncludePatters()voidsetBatch(Integer batch)voidsetExcludePatters(String excludePatters)voidsetImageThreshold(Integer imageThreshold)voidsetIncludePatters(String includePatters)
-
-
-
Method Detail
-
getIncludePatters
public String getIncludePatters()
-
setIncludePatters
public void setIncludePatters(String includePatters)
-
getExcludePatters
public String getExcludePatters()
-
setExcludePatters
public void setExcludePatters(String excludePatters)
-
getBatch
public Integer getBatch()
-
setBatch
public void setBatch(Integer batch)
-
getImageThreshold
public Integer getImageThreshold()
-
setImageThreshold
public void setImageThreshold(Integer imageThreshold)
-
-