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 Boolean
getEnabledByDefault()
Gets value for attribute enabledByDefaultString
getGroupCode()
Gets value for attribute groupCodeLong
getId()
Gets value for attribute idString
getPrinterCode()
Gets value for attribute printerCodeString
getPrinterServerName()
Gets value for attribute printerServerNamevoid
setEnabledByDefault(Boolean enabledByDefault)
Sets value for attribute enabledByDefaultvoid
setGroupCode(String groupCode)
Sets value for attribute groupCodevoid
setId(Long id)
Sets value for attribute idvoid
setPrinterCode(String printerCode)
Sets value for attribute printerCodevoid
setPrinterServerName(String printerServerName)
Sets value for attribute printerServerNamestatic PrinterGroup
toPrinterGroup(GrupImpressora vo)
Creates a PrinterGroup value object based on a GrupImpressora object.static void
toPrinterGroup(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.String
toString()
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.
-
-