Package com.openkm.sdk4j.bean
Class OCRTemplateControlField
java.lang.Object
com.openkm.sdk4j.bean.OCRTemplateControlField
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getName()getOcr()intgetOrder()intgetValue()intgetX1()intgetX2()intgetY1()intgetY2()voidsetClassName(String className) voidvoidsetEmptyAllowed(Boolean emptyAllowed) voidsetId(long id) voidvoidvoidsetOrder(int order) voidsetPattern(String pattern) voidsetRotation(int rotation) voidvoidsetX1(int x1) voidsetX2(int x2) voidsetY1(int y1) voidsetY2(int y2) toString()
-
Constructor Details
-
OCRTemplateControlField
public OCRTemplateControlField()
-
-
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) -
getPattern
-
setPattern
-
getValue
-
setValue
-
getRotation
public int getRotation() -
setRotation
public void setRotation(int rotation) -
getCustom
-
setCustom
-
getOcr
-
setOcr
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order) -
getEmptyAllowed
-
setEmptyAllowed
-
toString
-