Class PrinterGroup

    • Constructor Detail

      • PrinterGroup

        public PrinterGroup()
      • PrinterGroup

        public PrinterGroup​(Boolean enabledByDefault,
                            String groupCode,
                            String printerCode)
      • PrinterGroup

        public PrinterGroup​(PrinterGroup otherBean)
    • Method Detail

      • getEnabledByDefault

        public Boolean getEnabledByDefault()
        Gets value for attribute enabledByDefault
      • setEnabledByDefault

        public void setEnabledByDefault​(Boolean enabledByDefault)
        Sets value for attribute enabledByDefault
      • getGroupCode

        public String getGroupCode()
        Gets value for attribute groupCode
      • setGroupCode

        public void setGroupCode​(String groupCode)
        Sets value for attribute groupCode
      • getPrinterCode

        public String getPrinterCode()
        Gets value for attribute printerCode
      • setPrinterCode

        public void setPrinterCode​(String printerCode)
        Sets value for attribute printerCode
      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getPrinterServerName

        public String getPrinterServerName()
        Gets value for attribute printerServerName
      • setPrinterServerName

        public void setPrinterServerName​(String printerServerName)
        Sets value for attribute printerServerName
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toPrinterGroup

        public static PrinterGroup toPrinterGroup​(GrupImpressora vo)
        Creates a PrinterGroup value object based on a GrupImpressora object.
      • toPrinterGroupArray

        public static PrinterGroup[] toPrinterGroupArray​(GrupImpressora[] source)
        Creates a PrinterGroup array on a GrupImpressora array.
      • toPrinterGroup

        public static void toPrinterGroup​(GrupImpressora source,
                                          PrinterGroup target)
        Updates a PrinterGroup value object based on a GrupImpressora object.