public interface ProductSelectionAssignment
Modifier and Type | Method and Description |
---|---|
Reference<Product> |
getProduct() |
Reference<ProductSelection> |
getProductSelection() |
static ProductSelectionAssignment |
of(Reference<Product> productReference,
Reference<ProductSelection> productSelectionReference) |
Reference<ProductSelection> getProductSelection()
static ProductSelectionAssignment of(Reference<Product> productReference, Reference<ProductSelection> productSelectionReference)