Uses of Class
de.hybris.platform.warehousing.model.WarehouseTransferEntryModel
-
Packages that use WarehouseTransferEntryModel Package Description de.hybris.platform.warehousing.model Contains generated models for each type of de.hybris.platform.warehousing.jalo package. -
-
Uses of WarehouseTransferEntryModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return types with arguments of type WarehouseTransferEntryModel Modifier and Type Method Description java.util.Set<WarehouseTransferEntryModel>WarehouseBinModel. getDestinationWarehouseTransferEntries()Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.java.util.Set<WarehouseTransferEntryModel>WarehouseBinModel. getSourceWarehouseTransferEntries()Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.java.util.Collection<WarehouseTransferEntryModel>WarehouseTransferModel. getWarehouseTransferEntries()Generated method - Getter of theWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.warehousing.model with type arguments of type WarehouseTransferEntryModel Modifier and Type Method Description voidWarehouseBinModel. setDestinationWarehouseTransferEntries(java.util.Set<WarehouseTransferEntryModel> value)Generated method - Setter ofWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.voidWarehouseBinModel. setSourceWarehouseTransferEntries(java.util.Set<WarehouseTransferEntryModel> value)Generated method - Setter ofWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.voidWarehouseTransferModel. setWarehouseTransferEntries(java.util.Collection<WarehouseTransferEntryModel> value)Generated method - Setter ofWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.
-