public class ComplexOrder extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComplexOrder.BasicChecks |
static interface |
ComplexOrder.ComplexChecks |
static interface |
ComplexOrder.ComplexProductTypeChecks |
static class |
ComplexOrder.ProductOrderLine |
static class |
ComplexOrder.ProductType |
| Constructor and Description |
|---|
ComplexOrder() |
| Modifier and Type | Method and Description |
|---|---|
Map<ComplexOrder.ProductType,List<ComplexOrder.ProductOrderLine>> |
getOrderLines() |
Integer |
getOrderNumber() |
void |
setOrderLines(Map<ComplexOrder.ProductType,List<ComplexOrder.ProductOrderLine>> orderLines) |
void |
setOrderNumber(Integer orderNumber) |
public Integer getOrderNumber()
public void setOrderNumber(Integer orderNumber)
public Map<ComplexOrder.ProductType,List<ComplexOrder.ProductOrderLine>> getOrderLines()
public void setOrderLines(Map<ComplexOrder.ProductType,List<ComplexOrder.ProductOrderLine>> orderLines)
Copyright © 2008–2017. All rights reserved.