public class BarCodeParamVo
extends java.lang.Object
构造器和说明 |
---|
BarCodeParamVo() |
BarCodeParamVo(java.util.Map<java.lang.String,java.lang.Object> param) |
限定符和类型 | 方法和说明 |
---|---|
com.google.zxing.BarcodeFormat |
getBarcodeFormat() |
com.seeyon.ctp.common.constants.ApplicationCategoryEnum |
getCategoryEnum() |
java.lang.String |
getCharset() |
java.lang.String |
getCodeType() |
java.lang.String |
getEncodeVersion() |
java.lang.Object |
getErrorLevel() |
java.lang.String |
getFileExt() |
int |
getHeight() |
java.util.Map<com.google.zxing.EncodeHintType,?> |
getHintParam() |
int |
getLogoHeight() |
java.lang.String |
getLogoPath() |
int |
getLogoWidth() |
int |
getMaxLength() |
java.lang.Long |
getReference() |
java.lang.Long |
getSubReference() |
int |
getWidth() |
void |
init(java.util.Map<java.lang.String,java.lang.Object> param) |
boolean |
isThrowException() |
void |
setBarcodeFormat(java.lang.String barcodeFormat) |
void |
setCategory(int category) |
void |
setCharset(java.lang.String charset) |
void |
setCodeType(java.lang.String codeType) |
void |
setEncodeLevel(java.lang.String encodeVersion) |
void |
setErrorLevel(java.lang.String errorLevel) |
void |
setFileExt(java.lang.String fileExt) |
void |
setHeight(int height) |
void |
setLogoHeight(int logoHeight) |
void |
setLogoPath(java.lang.String logoPath) |
void |
setLogoWidth(int logoWidth) |
void |
setMaxLength(int maxLength) |
void |
setReference(java.lang.Long reference) |
void |
setSubReference(java.lang.Long subReference) |
void |
setThrowException(boolean throwException) |
void |
setWidth(int width) |
public BarCodeParamVo()
public BarCodeParamVo(java.util.Map<java.lang.String,java.lang.Object> param)
public void init(java.util.Map<java.lang.String,java.lang.Object> param)
public java.util.Map<com.google.zxing.EncodeHintType,?> getHintParam()
public java.lang.String getLogoPath()
public void setLogoPath(java.lang.String logoPath)
public int getLogoWidth()
public void setLogoWidth(int logoWidth)
public int getLogoHeight()
public void setLogoHeight(int logoHeight)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public java.lang.String getFileExt()
public void setFileExt(java.lang.String fileExt)
public com.google.zxing.BarcodeFormat getBarcodeFormat()
public void setBarcodeFormat(java.lang.String barcodeFormat)
public java.lang.Object getErrorLevel()
public void setErrorLevel(java.lang.String errorLevel)
public java.lang.String getCharset()
public void setCharset(java.lang.String charset)
public java.lang.String getCodeType()
public void setCodeType(java.lang.String codeType)
public com.seeyon.ctp.common.constants.ApplicationCategoryEnum getCategoryEnum()
public void setCategory(int category)
public java.lang.Long getReference()
public void setReference(java.lang.Long reference)
public java.lang.Long getSubReference()
public void setSubReference(java.lang.Long subReference)
public java.lang.String getEncodeVersion()
public void setEncodeLevel(java.lang.String encodeVersion)
public boolean isThrowException()
public void setThrowException(boolean throwException)
public int getMaxLength()
public void setMaxLength(int maxLength)