Package com.soffid.iam.iga.api
Class PrinterGroup
java.lang.Object
com.soffid.iam.iga.api.PrinterGroup
- All Implemented Interfaces:
Serializable
ValueObject PrinterGroup
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterGroup(PrinterGroup otherBean) PrinterGroup(Boolean enabledByDefault, String groupCode, String printerCode) PrinterGroup(Boolean enabledByDefault, String groupCode, String printerCode, Long id, String printerServerName) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute enabledByDefaultGets value for attribute groupCodegetId()Gets value for attribute idGets value for attribute printerCodeGets value for attribute printerServerNamevoidsetEnabledByDefault(Boolean enabledByDefault) Sets value for attribute enabledByDefaultvoidsetGroupCode(String groupCode) Sets value for attribute groupCodevoidSets value for attribute idvoidsetPrinterCode(String printerCode) Sets value for attribute printerCodevoidsetPrinterServerName(String printerServerName) Sets value for attribute printerServerNametoString()Returns a string representation of the value object.
-
Constructor Details
-
PrinterGroup
public PrinterGroup() -
PrinterGroup
-
PrinterGroup
-
PrinterGroup
-
-
Method Details
-
getEnabledByDefault
Gets value for attribute enabledByDefault -
setEnabledByDefault
Sets value for attribute enabledByDefault -
getGroupCode
Gets value for attribute groupCode -
setGroupCode
Sets value for attribute groupCode -
getPrinterCode
Gets value for attribute printerCode -
setPrinterCode
Sets value for attribute printerCode -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getPrinterServerName
Gets value for attribute printerServerName -
setPrinterServerName
Sets value for attribute printerServerName -
toString
Returns a string representation of the value object.
-