Uses of Class
de.hybris.platform.ordersplitting.model.ConsignmentEntryModel
-
Packages that use ConsignmentEntryModel Package Description de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package. -
-
Uses of ConsignmentEntryModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description java.util.Set<ConsignmentEntryModel>AbstractOrderEntryModel. getConsignmentEntries()Generated method - Getter of theAbstractOrderEntry.consignmentEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidAbstractOrderEntryModel. setConsignmentEntries(java.util.Set<ConsignmentEntryModel> value)Generated method - Setter ofAbstractOrderEntry.consignmentEntriesattribute defined at extensionbasecommerce. -
Uses of ConsignmentEntryModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description java.util.Set<ConsignmentEntryModel>ConsignmentModel. getConsignmentEntries()Generated method - Getter of theConsignment.consignmentEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidConsignmentModel. setConsignmentEntries(java.util.Set<ConsignmentEntryModel> value)Generated method - Setter ofConsignment.consignmentEntriesattribute defined at extensionbasecommerce.
-