Class PrinterGroupJobTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.printer.common.transfer.PrinterGroupJobTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterGroupJobTransfer
(String printerGroupJobName, PrinterGroupTransfer printerGroup, DocumentTransfer document, Integer copies, Integer priority, WorkflowEntityStatusTransfer printerGroupJobStatus) Creates a new instance of PrinterGroupJobTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the copies.Returns the document.Returns the printerGroup.Returns the printerGroupJobName.Returns the printerGroupJobStatus.Returns the priority.void
Sets the copies.void
setDocument
(DocumentTransfer document) Sets the document.void
setPrinterGroup
(PrinterGroupTransfer printerGroup) Sets the printerGroup.void
setPrinterGroupJobName
(String printerGroupJobName) Sets the printerGroupJobName.void
setPrinterGroupJobStatus
(WorkflowEntityStatusTransfer printerGroupJobStatus) Sets the printerGroupJobStatus.void
setPriority
(Integer priority) Sets the priority.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
-
PrinterGroupJobTransfer
public PrinterGroupJobTransfer(String printerGroupJobName, PrinterGroupTransfer printerGroup, DocumentTransfer document, Integer copies, Integer priority, WorkflowEntityStatusTransfer printerGroupJobStatus) Creates a new instance of PrinterGroupJobTransfer
-
-
Method Details
-
getPrinterGroupJobName
Returns the printerGroupJobName.- Returns:
- the printerGroupJobName
-
setPrinterGroupJobName
Sets the printerGroupJobName.- Parameters:
printerGroupJobName
- the printerGroupJobName to set
-
getPrinterGroup
Returns the printerGroup.- Returns:
- the printerGroup
-
setPrinterGroup
Sets the printerGroup.- Parameters:
printerGroup
- the printerGroup to set
-
getDocument
Returns the document.- Returns:
- the document
-
setDocument
Sets the document.- Parameters:
document
- the document to set
-
getCopies
Returns the copies.- Returns:
- the copies
-
setCopies
Sets the copies.- Parameters:
copies
- the copies to set
-
getPriority
Returns the priority.- Returns:
- the priority
-
setPriority
Sets the priority.- Parameters:
priority
- the priority to set
-
getPrinterGroupJobStatus
Returns the printerGroupJobStatus.- Returns:
- the printerGroupJobStatus
-
setPrinterGroupJobStatus
Sets the printerGroupJobStatus.- Parameters:
printerGroupJobStatus
- the printerGroupJobStatus to set
-