protected static class StiBarCodeTypeService.ValueObject
extends java.lang.Object
| Constructor and Description |
|---|
StiBarCodeTypeService.ValueObject() |
StiBarCodeTypeService.ValueObject(int codeLength) |
StiBarCodeTypeService.ValueObject(int codeLength,
int[] output) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBarPos() |
java.lang.String |
getBarsArray() |
java.lang.String |
getCode() |
int |
getCodeLength() |
java.lang.String |
getErrorString() |
int |
getHeightOriginal() |
int |
getOutPos() |
int[] |
getOutput() |
java.lang.Boolean |
getResult() |
int |
getWidthOriginal() |
void |
setBarPos(int barPos) |
void |
setBarsArray(java.lang.String barsArray) |
void |
setCode(java.lang.String code) |
void |
setCodeLength(int codeLength) |
void |
setErrorString(java.lang.String errorString) |
void |
setHeightOriginal(int heightOriginal) |
void |
setOutPos(int outPos) |
void |
setOutput(int[] output) |
void |
setResult(java.lang.Boolean result) |
void |
setWidthOriginal(int widthOriginal) |
public StiBarCodeTypeService.ValueObject()
public StiBarCodeTypeService.ValueObject(int codeLength,
int[] output)
public StiBarCodeTypeService.ValueObject(int codeLength)
public int getWidthOriginal()
public void setWidthOriginal(int widthOriginal)
widthOriginal - the widthOriginal to setpublic int getHeightOriginal()
public void setHeightOriginal(int heightOriginal)
heightOriginal - the heightOriginal to setpublic int getOutPos()
public void setOutPos(int outPos)
outPos - the outPos to setpublic int getBarPos()
public void setBarPos(int barPos)
barPos - the barPos to setpublic int getCodeLength()
public void setCodeLength(int codeLength)
codeLength - the codeLength to setpublic int[] getOutput()
public void setOutput(int[] output)
output - the output to setpublic java.lang.String getCode()
public void setCode(java.lang.String code)
code - the code to setpublic java.lang.String getBarsArray()
public void setBarsArray(java.lang.String barsArray)
barsArray - the barsArray to setpublic java.lang.String getErrorString()
public void setErrorString(java.lang.String errorString)
errorString - the errorString to setpublic java.lang.Boolean getResult()
public void setResult(java.lang.Boolean result)
result - the result to setCopyright © 2019 Stimulsoft. All Rights Reserved.