Package com.stimulsoft.report.barCodes
Class StiBarCodeTypeService.ValueObject
java.lang.Object
com.stimulsoft.report.barCodes.StiBarCodeTypeService.ValueObject
- Enclosing class:
StiBarCodeTypeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()intintintint[]intvoidsetBarPos(int barPos) voidsetBarsArray(String barsArray) voidvoidsetCodeLength(int codeLength) voidsetErrorString(String errorString) voidsetHeightOriginal(int heightOriginal) voidsetOutPos(int outPos) voidsetOutput(int[] output) voidvoidsetWidthOriginal(int widthOriginal)
-
Constructor Details
-
ValueObject
public ValueObject() -
ValueObject
public ValueObject(int codeLength, int[] output) -
ValueObject
public ValueObject(int codeLength)
-
-
Method Details
-
getWidthOriginal
public int getWidthOriginal()- Returns:
- the widthOriginal
-
setWidthOriginal
public void setWidthOriginal(int widthOriginal) - Parameters:
widthOriginal- the widthOriginal to set
-
getHeightOriginal
public int getHeightOriginal()- Returns:
- the heightOriginal
-
setHeightOriginal
public void setHeightOriginal(int heightOriginal) - Parameters:
heightOriginal- the heightOriginal to set
-
getOutPos
public int getOutPos()- Returns:
- the outPos
-
setOutPos
public void setOutPos(int outPos) - Parameters:
outPos- the outPos to set
-
getBarPos
public int getBarPos()- Returns:
- the barPos
-
setBarPos
public void setBarPos(int barPos) - Parameters:
barPos- the barPos to set
-
getCodeLength
public int getCodeLength()- Returns:
- the codeLength
-
setCodeLength
public void setCodeLength(int codeLength) - Parameters:
codeLength- the codeLength to set
-
getOutput
public int[] getOutput()- Returns:
- the output
-
setOutput
public void setOutput(int[] output) - Parameters:
output- the output to set
-
getCode
- Returns:
- the code
-
setCode
- Parameters:
code- the code to set
-
getBarsArray
- Returns:
- the barsArray
-
setBarsArray
- Parameters:
barsArray- the barsArray to set
-
getErrorString
- Returns:
- the errorString
-
setErrorString
- Parameters:
errorString- the errorString to set
-
getResult
- Returns:
- the result
-
setResult
- Parameters:
result- the result to set
-