|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Material | |
---|---|
org.apache.olingo.odata2.jpa.processor.ref.model |
Uses of Material in org.apache.olingo.odata2.jpa.processor.ref.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.ref.model that return Material | |
---|---|
Material |
SalesOrderItem.getMaterial()
|
Methods in org.apache.olingo.odata2.jpa.processor.ref.model that return types with arguments of type Material | |
---|---|
List<Material> |
Store.getMaterials()
|
List<Material> |
Category.getMaterials()
|
Methods in org.apache.olingo.odata2.jpa.processor.ref.model with parameters of type Material | |
---|---|
void |
SalesOrderItem.setMaterial(Material material)
|
Method parameters in org.apache.olingo.odata2.jpa.processor.ref.model with type arguments of type Material | |
---|---|
void |
Store.setMaterials(List<Material> materials)
|
void |
Category.setMaterials(List<Material> materials)
|
Constructors in org.apache.olingo.odata2.jpa.processor.ref.model with parameters of type Material | |
---|---|
SalesOrderItem(int quantity,
double amount,
double discount,
Material material)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |