com.stimulsoft.report.barCodes
Class StiBarCodeTypeService.ValueObject

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

protected static class StiBarCodeTypeService.ValueObject
extends java.lang.Object


Constructor Summary
StiBarCodeTypeService.ValueObject()
           
StiBarCodeTypeService.ValueObject(int codeLength)
           
StiBarCodeTypeService.ValueObject(int codeLength, int[] output)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiBarCodeTypeService.ValueObject

public StiBarCodeTypeService.ValueObject()

StiBarCodeTypeService.ValueObject

public StiBarCodeTypeService.ValueObject(int codeLength,
                                         int[] output)

StiBarCodeTypeService.ValueObject

public StiBarCodeTypeService.ValueObject(int codeLength)
Method Detail

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 java.lang.String getCode()
Returns:
the code

setCode

public void setCode(java.lang.String code)
Parameters:
code - the code to set

getBarsArray

public java.lang.String getBarsArray()
Returns:
the barsArray

setBarsArray

public void setBarsArray(java.lang.String barsArray)
Parameters:
barsArray - the barsArray to set

getErrorString

public java.lang.String getErrorString()
Returns:
the errorString

setErrorString

public void setErrorString(java.lang.String errorString)
Parameters:
errorString - the errorString to set

getResult

public java.lang.Boolean getResult()
Returns:
the result

setResult

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


Copyright © 2018 Stimulsoft. All Rights Reserved.