Class 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 Detail

      • GUIBarcodeEngine

        public GUIBarcodeEngine()
    • 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)