Class BarcodeItem
java.lang.Object
ru.bitel.bgbilling.plugins.documents.server.bean.pattern.BarcodeItem
public class BarcodeItem
extends java.lang.Object
Вспомогательный бин, который хранит ссылку на файл сгенерированного штрих-кода, а также дополнительную информацию о нем, такую как размер картинки, тип
-
Constructor Summary
Constructors Constructor Description BarcodeItem()
-
Method Summary
Modifier and Type Method Description java.nio.file.Path
getBarcodePath()
int
getHeight()
int
getWidth()
void
setBarcodePath(java.nio.file.Path barcodePath)
void
setHeight(int height)
void
setWidth(int width)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BarcodeItem
public BarcodeItem()
-
-
Method Details
-
getBarcodePath
public java.nio.file.Path getBarcodePath() -
setBarcodePath
public void setBarcodePath(java.nio.file.Path barcodePath) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height)
-