Class PrinterTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.printer.common.transfer.PrinterTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterTransfer(String printerName, PrinterGroupTransfer printerGroup, Integer priority, WorkflowEntityStatusTransfer printerStatus, String description) Creates a new instance of PrinterTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the printerGroup.Returns the printerName.Returns the printerStatus.Returns the priority.voidsetDescription(String description) Sets the description.voidsetPrinterGroup(PrinterGroupTransfer printerGroup) Sets the printerGroup.voidsetPrinterName(String printerName) Sets the printerName.voidsetPrinterStatus(WorkflowEntityStatusTransfer printerStatus) Sets the printerStatus.voidsetPriority(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
-
PrinterTransfer
public PrinterTransfer(String printerName, PrinterGroupTransfer printerGroup, Integer priority, WorkflowEntityStatusTransfer printerStatus, String description) Creates a new instance of PrinterTransfer
-
-
Method Details
-
getPrinterName
Returns the printerName.- Returns:
- the printerName
-
setPrinterName
Sets the printerName.- Parameters:
printerName- the printerName to set
-
getPrinterGroup
Returns the printerGroup.- Returns:
- the printerGroup
-
setPrinterGroup
Sets the printerGroup.- Parameters:
printerGroup- the printerGroup to set
-
getPriority
Returns the priority.- Returns:
- the priority
-
setPriority
Sets the priority.- Parameters:
priority- the priority to set
-
getPrinterStatus
Returns the printerStatus.- Returns:
- the printerStatus
-
setPrinterStatus
Sets the printerStatus.- Parameters:
printerStatus- the printerStatus to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-