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.voidsetDescription(String description) Sets the description.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetKeepPrintedJobsTime(String keepPrintedJobsTime) Sets the keepPrintedJobsTime.voidsetPrinterGroupName(String printerGroupName) Sets the printerGroupName.voidsetPrinterGroupStatus(WorkflowEntityStatusTransfer printerGroupStatus) Sets the printerGroupStatus.voidsetPrinters(ListWrapper<PrinterTransfer> printers) Sets the printers.voidsetSortOrder(Integer sortOrder) Sets the sortOrder.voidsetUnformattedKeepPrintedJobsTime(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
-