Class GUIBarcodeZone
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIZone
-
- com.logicaldoc.gui.common.client.beans.GUIBarcodeZone
-
- All Implemented Interfaces:
Serializable
public class GUIBarcodeZone extends GUIZone
This the model for a barcode specification- Since:
- 8.4.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIBarcodeZone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayContent()
String
getExclude()
String
getFormats()
String
getInclude()
int
getIndex()
String
getName()
String
getPatterns()
String
getSampleUrl()
void
setExclude(String exclude)
void
setFormats(String formats)
void
setInclude(String include)
void
setIndex(int index)
void
setPatterns(String patterns)
-
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIZone
getDecimalSeparator, getFormat, getGroupingSeparator, getHeight, getLanguage, getLeft, getParsing, getSample, getSampleText, getTemplateId, getTop, getType, getWidth, setDecimalSeparator, setFormat, setGroupingSeparator, setHeight, setLanguage, setLeft, setName, setParsing, setSample, setSampleText, setTemplateId, setTop, setType, setWidth
-
-
-
-
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)
-
getIndex
public int getIndex()
-
setIndex
public void setIndex(int index)
-
getSampleUrl
public String getSampleUrl()
- Overrides:
getSampleUrl
in classGUIZone
-
getDisplayContent
public String getDisplayContent()
- Overrides:
getDisplayContent
in classGUIZone
-
-