Class PrinterGroup

java.lang.Object
com.soffid.iam.iga.api.PrinterGroup
All Implemented Interfaces:
Serializable

public class PrinterGroup extends Object implements Serializable
ValueObject PrinterGroup
See Also:
  • Constructor Details

    • PrinterGroup

      public PrinterGroup()
    • PrinterGroup

      public PrinterGroup(Boolean enabledByDefault, String groupCode, String printerCode, Long id, String printerServerName)
    • PrinterGroup

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

      public PrinterGroup(PrinterGroup otherBean)
  • Method Details

    • 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