Class LabelFormatSetLink


  • public class LabelFormatSetLink
    extends HibernateObject
    This class presents the link between LabelFormatSets and the label data This is where a label is defined with a set, type and the label data itself
    Author:
    SGSystems
    • Field Detail

      • data

        public byte[] data
        The bytes which make up the label
      • custom

        public java.lang.Integer custom
        A boolean indicator to declare whether this is a custom label or not (outside of standard system scope)
    • Constructor Detail

      • LabelFormatSetLink

        public LabelFormatSetLink()
    • Method Detail

      • getData

        public byte[] getData()
      • setFormatType

        public void setFormatType​(LabelFormatType formatType)
      • setData

        public void setData​(byte[] data)
      • setFormatSet

        public void setFormatSet​(LabelFormatSet formatSet)
      • getCustom

        public java.lang.Integer getCustom()
      • setCustom

        public void setCustom​(java.lang.Integer custom)