Class QueuedEntityTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.queue.common.transfer.QueuedEntityTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueuedEntityTransfer
(QueueTypeTransfer queueType, EntityInstanceTransfer entityInstance) Creates a new instance of QueueTypeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the entityInstance.Returns the queueType.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstance.void
setQueueType
(QueueTypeTransfer queueType) Sets the queueType.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
QueuedEntityTransfer
Creates a new instance of QueueTypeTransfer
-
-
Method Details
-
getQueueType
Returns the queueType.- Returns:
- the queueType
-
setQueueType
Sets the queueType.- Parameters:
queueType
- the queueType to set
-
getEntityInstance
Returns the entityInstance.- Overrides:
getEntityInstance
in classBaseTransfer
- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstance
in classBaseTransfer
- Parameters:
entityInstance
- the entityInstance to set
-