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.voidsetEntityInstance(EntityInstanceTransfer entityInstance) Sets the entityInstance.voidsetQueueType(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:
getEntityInstancein classBaseTransfer- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstancein classBaseTransfer- Parameters:
entityInstance- the entityInstance to set
-