Interface EditInventoryLocationGroupCapacityResult
- All Superinterfaces:
BaseEditResult<InventoryLocationGroupCapacityEdit>
,BaseResult
,GetEntityLockResult
public interface EditInventoryLocationGroupCapacityResult
extends BaseEditResult<InventoryLocationGroupCapacityEdit>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInventoryLocationGroupCapacity
(InventoryLocationGroupCapacityTransfer inventoryLocationGroupCapacity) Methods inherited from interface com.echothree.util.common.command.BaseEditResult
getEdit, setEdit
Methods inherited from interface com.echothree.util.common.command.BaseResult
get, get, reset, set, set, toString
Methods inherited from interface com.echothree.control.user.core.common.result.GetEntityLockResult
getEntityLock, setEntityLock
-
Method Details
-
getInventoryLocationGroupCapacity
-
setInventoryLocationGroupCapacity
void setInventoryLocationGroupCapacity(InventoryLocationGroupCapacityTransfer inventoryLocationGroupCapacity)
-