Class ConsignmentModelBuilder
- java.lang.Object
-
- de.hybris.platform.warehousing.util.builder.ConsignmentModelBuilder
-
public class ConsignmentModelBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConsignmentModelBuilderaModel()ConsignmentModelbuild()ConsignmentModelBuilderwithCode(java.lang.String code)ConsignmentModelBuilderwithDeliveryMode(DeliveryModeModel deliveryMode)ConsignmentModelBuilderwithEntries(ConsignmentEntryModel... entries)ConsignmentModelBuilderwithOrder(OrderModel order)ConsignmentModelBuilderwithShippingAddress(AddressModel address)ConsignmentModelBuilderwithStatus(ConsignmentStatus status)ConsignmentModelBuilderwithWarehouse(WarehouseModel warehouse)ConsignmentModelBuilderwithWorkflowCode(java.lang.String code)
-
-
-
Method Detail
-
aModel
public static ConsignmentModelBuilder aModel()
-
build
public ConsignmentModel build()
-
withCode
public ConsignmentModelBuilder withCode(java.lang.String code)
-
withWorkflowCode
public ConsignmentModelBuilder withWorkflowCode(java.lang.String code)
-
withDeliveryMode
public ConsignmentModelBuilder withDeliveryMode(DeliveryModeModel deliveryMode)
-
withShippingAddress
public ConsignmentModelBuilder withShippingAddress(AddressModel address)
-
withStatus
public ConsignmentModelBuilder withStatus(ConsignmentStatus status)
-
withWarehouse
public ConsignmentModelBuilder withWarehouse(WarehouseModel warehouse)
-
withEntries
public ConsignmentModelBuilder withEntries(ConsignmentEntryModel... entries)
-
withOrder
public ConsignmentModelBuilder withOrder(OrderModel order)
-
-