Package com.openkm.sdk4j.bean
Class OCRTemplateField
- java.lang.Object
-
- com.openkm.sdk4j.bean.OCRTemplateField
-
- All Implemented Interfaces:
Serializable
public class OCRTemplateField extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OCRTemplateField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()BooleangetControl()StringgetCustom()longgetId()StringgetName()StringgetOcr()StringgetPattern()StringgetPropertyGroupName()intgetRotation()intgetX1()intgetX2()intgetY1()intgetY2()voidsetClassName(String className)voidsetControl(Boolean control)voidsetCustom(String custom)voidsetId(long id)voidsetName(String name)voidsetOcr(String ocr)voidsetPattern(String pattern)voidsetPropertyGroupName(String propertyGroupName)voidsetRotation(int rotation)voidsetX1(int x1)voidsetX2(int x2)voidsetY1(int y1)voidsetY2(int y2)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getX1
public int getX1()
-
setX1
public void setX1(int x1)
-
getY1
public int getY1()
-
setY1
public void setY1(int y1)
-
getX2
public int getX2()
-
setX2
public void setX2(int x2)
-
getY2
public int getY2()
-
setY2
public void setY2(int y2)
-
getPropertyGroupName
public String getPropertyGroupName()
-
setPropertyGroupName
public void setPropertyGroupName(String propertyGroupName)
-
getPattern
public String getPattern()
-
setPattern
public void setPattern(String pattern)
-
getRotation
public int getRotation()
-
setRotation
public void setRotation(int rotation)
-
getCustom
public String getCustom()
-
setCustom
public void setCustom(String custom)
-
getOcr
public String getOcr()
-
setOcr
public void setOcr(String ocr)
-
getControl
public Boolean getControl()
-
setControl
public void setControl(Boolean control)
-
-