Class GUIBarcodeSpec
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIBarcodeSpec
-
- All Implemented Interfaces:
Serializable
public class GUIBarcodeSpec extends Object implements Serializable
This the model for a barcode specification- Since:
- 8.4.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIBarcodeSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExclude()
String
getFormats()
double
getHeight()
String
getInclude()
int
getIndex()
double
getLeft()
String
getPatterns()
String
getSample()
String
getSampleText()
String
getSampleUrl()
long
getTemplateId()
double
getTop()
double
getWidth()
void
setExclude(String exclude)
void
setFormats(String formats)
void
setHeight(double height)
void
setInclude(String include)
void
setIndex(int index)
void
setLeft(double left)
void
setPatterns(String patterns)
void
setSample(String sample)
void
setSampleText(String sampleText)
void
setTemplateId(long templateId)
void
setTop(double top)
void
setWidth(double width)
-
-
-
Method Detail
-
getPatterns
public String getPatterns()
-
setPatterns
public void setPatterns(String patterns)
-
getInclude
public String getInclude()
-
setInclude
public void setInclude(String include)
-
getExclude
public String getExclude()
-
setExclude
public void setExclude(String exclude)
-
getFormats
public String getFormats()
-
setFormats
public void setFormats(String formats)
-
getLeft
public double getLeft()
-
setLeft
public void setLeft(double left)
-
getTop
public double getTop()
-
setTop
public void setTop(double top)
-
getWidth
public double getWidth()
-
setWidth
public void setWidth(double width)
-
getHeight
public double getHeight()
-
setHeight
public void setHeight(double height)
-
getSample
public String getSample()
-
setSample
public void setSample(String sample)
-
getSampleText
public String getSampleText()
-
setSampleText
public void setSampleText(String sampleText)
-
getIndex
public int getIndex()
-
setIndex
public void setIndex(int index)
-
getSampleUrl
public String getSampleUrl()
-
getTemplateId
public long getTemplateId()
-
setTemplateId
public void setTemplateId(long templateId)
-
-