Package com.openkm.sdk4j.bean
Class OCRTemplateField
java.lang.Object
com.openkm.sdk4j.bean.OCRTemplateField
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getName()getOcr()intintgetX1()intgetX2()intgetY1()intgetY2()voidsetClassName(String className) voidsetControl(Boolean control) voidvoidsetId(long id) voidvoidvoidsetPattern(String pattern) voidsetPropertyGroupName(String propertyGroupName) voidsetRotation(int rotation) voidsetX1(int x1) voidsetX2(int x2) voidsetY1(int y1) voidsetY2(int y2) toString()
-
Constructor Details
-
OCRTemplateField
public OCRTemplateField()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getClassName
-
setClassName
-
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
-
setPropertyGroupName
-
getPattern
-
setPattern
-
getRotation
public int getRotation() -
setRotation
public void setRotation(int rotation) -
getCustom
-
setCustom
-
getOcr
-
setOcr
-
getControl
-
setControl
-
toString
-