Class LabelFormatSet


  • public class LabelFormatSet
    extends HibernateObject
    This class represents a Label Format Set A Label format set is a header for a group of labels The set must declare what printer format type the labels linked to it are formatted in
    Author:
    SGSystems
    • Field Detail

      • description

        public java.lang.String description
        *Primary Key* A unique description for the label format set
    • Constructor Detail

      • LabelFormatSet

        public LabelFormatSet()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • toString

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