Class WarehouseResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.warehouse.common.transfer.WarehouseResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWarehouseResultTransfer
(String partyName, WarehouseTransfer warehouse) Creates a new instance of WarehouseResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the partyName.Returns the warehouse.void
setPartyName
(String partyName) Sets the partyName.void
setWarehouse
(WarehouseTransfer warehouse) Sets the warehouse.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
-
WarehouseResultTransfer
Creates a new instance of WarehouseResultTransfer
-
-
Method Details
-
getPartyName
Returns the partyName.- Returns:
- the partyName
-
setPartyName
Sets the partyName.- Parameters:
partyName
- the partyName to set
-
getWarehouse
Returns the warehouse.- Returns:
- the warehouse
-
setWarehouse
Sets the warehouse.- Parameters:
warehouse
- the warehouse to set
-