public class BarcodeInfo extends Object
Constructor and Description |
---|
BarcodeInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationIdentifier() |
Integer |
getBarHeight() |
Integer |
getBarWidth() |
String |
getCode() |
boolean |
getRequiresChecksum() |
String |
getType() |
boolean |
isDrawText() |
void |
setApplicationIdentifier(String applicationIdentifier) |
void |
setBarHeight(Integer barHeight) |
void |
setBarWidth(Integer barWidth) |
void |
setCode(String code) |
void |
setDrawText(boolean drawText) |
void |
setRequiresChecksum(boolean requiresChecksum) |
void |
setType(String type) |
public String getCode()
public void setCode(String code)
public boolean isDrawText()
public void setDrawText(boolean drawText)
public Integer getBarWidth()
public void setBarWidth(Integer barWidth)
public Integer getBarHeight()
public void setBarHeight(Integer barHeight)
public String getType()
public void setType(String type)
public boolean getRequiresChecksum()
public void setRequiresChecksum(boolean requiresChecksum)
public String getApplicationIdentifier()
public void setApplicationIdentifier(String applicationIdentifier)
Copyright © 2019 TIBCO Software Inc.. All rights reserved.