Class PrinterGroupTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.printer.common.transfer.PrinterGroupTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterGroupTransfer
(String printerGroupName, Long unformattedKeepPrintedJobsTime, String keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, WorkflowEntityStatusTransfer printerGroupStatus, String description) Creates a new instance of PrinterGroupTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the isDefault.Returns the keepPrintedJobsTime.Returns the printerGroupName.Returns the printerGroupStatus.Returns the printers.Returns the sortOrder.Returns the unformattedKeepPrintedJobsTime.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setKeepPrintedJobsTime
(String keepPrintedJobsTime) Sets the keepPrintedJobsTime.void
setPrinterGroupName
(String printerGroupName) Sets the printerGroupName.void
setPrinterGroupStatus
(WorkflowEntityStatusTransfer printerGroupStatus) Sets the printerGroupStatus.void
setPrinters
(ListWrapper<PrinterTransfer> printers) Sets the printers.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setUnformattedKeepPrintedJobsTime
(Long unformattedKeepPrintedJobsTime) Sets the unformattedKeepPrintedJobsTime.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
PrinterGroupTransfer
public PrinterGroupTransfer(String printerGroupName, Long unformattedKeepPrintedJobsTime, String keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, WorkflowEntityStatusTransfer printerGroupStatus, String description) Creates a new instance of PrinterGroupTransfer
-
-
Method Details
-
getPrinterGroupName
Returns the printerGroupName.- Returns:
- the printerGroupName
-
setPrinterGroupName
Sets the printerGroupName.- Parameters:
printerGroupName
- the printerGroupName to set
-
getUnformattedKeepPrintedJobsTime
Returns the unformattedKeepPrintedJobsTime.- Returns:
- the unformattedKeepPrintedJobsTime
-
setUnformattedKeepPrintedJobsTime
Sets the unformattedKeepPrintedJobsTime.- Parameters:
unformattedKeepPrintedJobsTime
- the unformattedKeepPrintedJobsTime to set
-
getKeepPrintedJobsTime
Returns the keepPrintedJobsTime.- Returns:
- the keepPrintedJobsTime
-
setKeepPrintedJobsTime
Sets the keepPrintedJobsTime.- Parameters:
keepPrintedJobsTime
- the keepPrintedJobsTime to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getPrinterGroupStatus
Returns the printerGroupStatus.- Returns:
- the printerGroupStatus
-
setPrinterGroupStatus
Sets the printerGroupStatus.- Parameters:
printerGroupStatus
- the printerGroupStatus to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getPrinters
Returns the printers.- Returns:
- the printers
-
setPrinters
Sets the printers.- Parameters:
printers
- the printers to set
-