Class LabelPrinterType


  • public class LabelPrinterType
    extends HibernateObject
    This class defines a label printer type (make/model/format) This provides additional support to some label format languages such as intermec and zebra See PrinterType for a list of supported printer types. You can use NONE if it's not supported however some functionality may be limited
    Author:
    SGSystems
    • Field Detail

      • type

        public java.lang.String type
        The unique name of the printer type
    • Constructor Detail

      • LabelPrinterType

        public LabelPrinterType()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object