Class ConsignmentEntryModelBuilder
- java.lang.Object
-
- de.hybris.platform.warehousing.util.builder.ConsignmentEntryModelBuilder
-
public class ConsignmentEntryModelBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConsignmentEntryModelBuilderaModel()ConsignmentEntryModelbuild()ConsignmentEntryModelBuilderwithConsignment(ConsignmentModel consignment)ConsignmentEntryModelBuilderwithOrderEntry(AbstractOrderEntryModel entry)ConsignmentEntryModelBuilderwithQuantity(java.lang.Long quantity)
-
-
-
Method Detail
-
aModel
public static ConsignmentEntryModelBuilder aModel()
-
build
public ConsignmentEntryModel build()
-
withQuantity
public ConsignmentEntryModelBuilder withQuantity(java.lang.Long quantity)
-
withConsignment
public ConsignmentEntryModelBuilder withConsignment(ConsignmentModel consignment)
-
withOrderEntry
public ConsignmentEntryModelBuilder withOrderEntry(AbstractOrderEntryModel entry)
-
-