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 TypeMethodDescriptionvoidsetDescription(String description) voidsetInventoryLocationGroupCapacities(ListWrapper<InventoryLocationGroupCapacityTransfer> inventoryLocationGroupCapacities) voidsetInventoryLocationGroupName(String inventoryLocationGroupName) voidsetInventoryLocationGroupStatus(WorkflowEntityStatusTransfer inventoryLocationGroupStatus) voidsetInventoryLocationGroupVolume(InventoryLocationGroupVolumeTransfer inventoryLocationGroupVolume) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetWarehouse(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)
-