Class ItemResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemResultTransfer
(String itemName, ItemTransfer item) Creates a new instance of ItemResultTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetItem()
Returns the item.Returns the itemName.void
setItem
(ItemTransfer item) Sets the item.void
setItemName
(String itemName) Sets the itemName.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
-
ItemResultTransfer
Creates a new instance of ItemResultTransfer
-
-
Method Details
-
getItemName
Returns the itemName.- Returns:
- the itemName
-
setItemName
Sets the itemName.- Parameters:
itemName
- the itemName to set
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item
- the item to set
-