Class StiBarCodeTypeService.ValueObject

java.lang.Object
com.stimulsoft.report.barCodes.StiBarCodeTypeService.ValueObject
Enclosing class:
StiBarCodeTypeService

protected static class StiBarCodeTypeService.ValueObject extends Object
  • 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

      public String getCode()
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Parameters:
      code - the code to set
    • getBarsArray

      public String getBarsArray()
      Returns:
      the barsArray
    • setBarsArray

      public void setBarsArray(String barsArray)
      Parameters:
      barsArray - the barsArray to set
    • getErrorString

      public String getErrorString()
      Returns:
      the errorString
    • setErrorString

      public void setErrorString(String errorString)
      Parameters:
      errorString - the errorString to set
    • getResult

      public Boolean getResult()
      Returns:
      the result
    • setResult

      public void setResult(Boolean result)
      Parameters:
      result - the result to set