Class LotTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.LotTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLotTransfer
(String lotName, PartyTransfer ownerParty, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long quantity, CurrencyTransfer currency, Long unformattedUnitCost, String unitCost) -
Method Summary
Modifier and TypeMethodDescriptiongetItem()
void
setCurrency
(CurrencyTransfer currency) void
setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
setItem
(ItemTransfer item) void
setLotAliases
(MapWrapper<LotAliasTransfer> lotAliases) void
setLotName
(String lotName) void
setLotTimes
(MapWrapper<LotTimeTransfer> lotTimes) void
setOwnerParty
(PartyTransfer ownerParty) void
setQuantity
(Long quantity) void
setUnformattedUnitCost
(Long unformattedUnitCost) void
setUnitCost
(String unitCost) void
setUnitOfMeasureType
(UnitOfMeasureTypeTransfer unitOfMeasureType) 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
-
LotTransfer
public LotTransfer(String lotName, PartyTransfer ownerParty, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long quantity, CurrencyTransfer currency, Long unformattedUnitCost, String unitCost)
-
-
Method Details
-
getLotName
-
setLotName
-
getOwnerParty
-
setOwnerParty
-
getItem
-
setItem
-
getInventoryCondition
-
setInventoryCondition
-
getUnitOfMeasureType
-
setUnitOfMeasureType
-
getQuantity
-
setQuantity
-
getCurrency
-
setCurrency
-
getUnformattedUnitCost
-
setUnformattedUnitCost
-
getUnitCost
-
setUnitCost
-
getLotAliases
-
setLotAliases
-
getLotTimes
-
setLotTimes
-