Uses of Class
com.sgs.common.database.WeighPrintInfo
-
Packages that use WeighPrintInfo Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of WeighPrintInfo in com.sgs.common.database
Methods in com.sgs.common.database with parameters of type WeighPrintInfo Modifier and Type Method Description byte[]
LabelPrinter. parseSingleWeighPrintLabel(byte[] data, WeighPrintInfo weighPrintInfo, java.lang.Double gross, java.lang.Double tare, java.lang.String scaleNo)
Method parameters in com.sgs.common.database with type arguments of type WeighPrintInfo Modifier and Type Method Description byte[]
LabelPrinter. parseMultiWeighPrintLabel(byte[] data, java.util.List<WeighPrintInfo> weighPrintInfo, java.lang.Double gross, java.lang.Double tare, java.lang.String scaleNo)
-