Class LabelFormatType


  • public class LabelFormatType
    extends HibernateObject
    This class represents Label Format Types A label format type instructs the system what kind of label exists in the LabelFormatSetLink table (stock, batch, packaging, etc)
    Author:
    SGSystems
    • Field Detail

      • code

        public java.lang.String code
        The code for the label format. Unless the label is custom, this needs to be set to one of the SG defined label format types
      • description

        public java.lang.String description
        A description of this label format type
    • Constructor Detail

      • LabelFormatType

        public LabelFormatType()
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • setCode

        public void setCode​(java.lang.String code)
      • 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