Interface EditInventoryLocationGroupDescriptionResult
- All Superinterfaces:
BaseEditResult<InventoryLocationGroupDescriptionEdit>
,BaseResult
,GetEntityLockResult
public interface EditInventoryLocationGroupDescriptionResult
extends BaseEditResult<InventoryLocationGroupDescriptionEdit>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInventoryLocationGroupDescription
(InventoryLocationGroupDescriptionTransfer inventoryLocationGroupDescription) 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
-
getInventoryLocationGroupDescription
-
setInventoryLocationGroupDescription
void setInventoryLocationGroupDescription(InventoryLocationGroupDescriptionTransfer inventoryLocationGroupDescription)
-