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 Integer
getBatch()
String
getExcludePatters()
Integer
getImageThreshold()
String
getIncludePatters()
void
setBatch(Integer batch)
void
setExcludePatters(String excludePatters)
void
setImageThreshold(Integer imageThreshold)
void
setIncludePatters(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)
-
-