Package com.soffid.iam.api
Class PrinterGroup
- java.lang.Object
-
- com.soffid.iam.api.PrinterGroup
-
- All Implemented Interfaces:
Serializable
public class PrinterGroup extends Object implements Serializable
ValueObject PrinterGroup- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrinterGroup()PrinterGroup(PrinterGroup otherBean)PrinterGroup(Boolean enabledByDefault, String groupCode, String printerCode)PrinterGroup(Boolean enabledByDefault, String groupCode, String printerCode, Long id, String printerServerName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetEnabledByDefault()Gets value for attribute enabledByDefaultStringgetGroupCode()Gets value for attribute groupCodeLonggetId()Gets value for attribute idStringgetPrinterCode()Gets value for attribute printerCodeStringgetPrinterServerName()Gets value for attribute printerServerNamevoidsetEnabledByDefault(Boolean enabledByDefault)Sets value for attribute enabledByDefaultvoidsetGroupCode(String groupCode)Sets value for attribute groupCodevoidsetId(Long id)Sets value for attribute idvoidsetPrinterCode(String printerCode)Sets value for attribute printerCodevoidsetPrinterServerName(String printerServerName)Sets value for attribute printerServerNamestatic PrinterGrouptoPrinterGroup(GrupImpressora vo)Creates a PrinterGroup value object based on a GrupImpressora object.static voidtoPrinterGroup(GrupImpressora source, PrinterGroup target)Updates a PrinterGroup value object based on a GrupImpressora object.static PrinterGroup[]toPrinterGroupArray(GrupImpressora[] source)Creates a PrinterGroup array on a GrupImpressora array.static AsyncList<PrinterGroup>toPrinterGroupAsyncList(AsyncList<GrupImpressora> source)Creates a PrinterGroup asynclist on a GrupImpressora collection.static PagedResult<PrinterGroup>toPrinterGroupList(PagedResult<GrupImpressora> source)Creates a PrinterGroup pagedResult on a GrupImpressora collection.static List<PrinterGroup>toPrinterGroupList(Collection<GrupImpressora> source)Creates a PrinterGroup list on a GrupImpressora collection.StringtoString()Returns a string representation of the value object.
-
-
-
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.
-
toPrinterGroup
public static PrinterGroup toPrinterGroup(GrupImpressora vo)
Creates a PrinterGroup value object based on a GrupImpressora object.
-
toPrinterGroupList
public static List<PrinterGroup> toPrinterGroupList(Collection<GrupImpressora> source)
Creates a PrinterGroup list on a GrupImpressora collection.
-
toPrinterGroupList
public static PagedResult<PrinterGroup> toPrinterGroupList(PagedResult<GrupImpressora> source)
Creates a PrinterGroup pagedResult on a GrupImpressora collection.
-
toPrinterGroupAsyncList
public static AsyncList<PrinterGroup> toPrinterGroupAsyncList(AsyncList<GrupImpressora> source)
Creates a PrinterGroup asynclist on a GrupImpressora collection.
-
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.
-
-