Package | Description |
---|---|
org.apache.olingo.odata2.jpa.processor.ref.model |
Modifier and Type | Method and Description |
---|---|
Material |
SalesOrderItem.getMaterial() |
Modifier and Type | Method and Description |
---|---|
List<Material> |
Store.getMaterials() |
List<Material> |
Category.getMaterials() |
Modifier and Type | Method and Description |
---|---|
void |
SalesOrderItem.setMaterial(Material material) |
Modifier and Type | Method and Description |
---|---|
void |
Store.setMaterials(List<Material> materials) |
void |
Category.setMaterials(List<Material> materials) |
Constructor and Description |
---|
SalesOrderItem(int quantity,
double amount,
double discount,
Material material) |
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.