Class InventoryLocationGroupTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.InventoryLocationGroupTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationGroupTransfer
(WarehouseTransfer warehouse, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer inventoryLocationGroupStatus) Creates a new instance of InventoryLocationGroupTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setInventoryLocationGroupCapacities
(ListWrapper<InventoryLocationGroupCapacityTransfer> inventoryLocationGroupCapacities) void
setInventoryLocationGroupName
(String inventoryLocationGroupName) void
setInventoryLocationGroupStatus
(WorkflowEntityStatusTransfer inventoryLocationGroupStatus) void
setInventoryLocationGroupVolume
(InventoryLocationGroupVolumeTransfer inventoryLocationGroupVolume) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setWarehouse
(WarehouseTransfer 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
-
InventoryLocationGroupTransfer
public InventoryLocationGroupTransfer(WarehouseTransfer warehouse, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer inventoryLocationGroupStatus) Creates a new instance of InventoryLocationGroupTransfer
-
-
Method Details
-
getWarehouse
-
setWarehouse
-
getInventoryLocationGroupName
-
setInventoryLocationGroupName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-
getInventoryLocationGroupStatus
-
setInventoryLocationGroupStatus
public void setInventoryLocationGroupStatus(WorkflowEntityStatusTransfer inventoryLocationGroupStatus) -
getInventoryLocationGroupCapacities
-
setInventoryLocationGroupCapacities
public void setInventoryLocationGroupCapacities(ListWrapper<InventoryLocationGroupCapacityTransfer> inventoryLocationGroupCapacities) -
getInventoryLocationGroupVolume
-
setInventoryLocationGroupVolume
public void setInventoryLocationGroupVolume(InventoryLocationGroupVolumeTransfer inventoryLocationGroupVolume)
-