Package | Description |
---|---|
org.apache.olingo.odata2.jpa.processor.ref.extension | |
org.apache.olingo.odata2.jpa.processor.ref.model |
Modifier and Type | Method and Description |
---|---|
Address |
SalesOrderHeaderProcessor.getAddress(Long soID) |
Modifier and Type | Method and Description |
---|---|
Address |
SalesOrderHeader.getBuyerAddress() |
Address |
Store.getStoreAddress() |
Modifier and Type | Method and Description |
---|---|
void |
SalesOrderHeader.setBuyerAddress(Address buyerAddress) |
void |
Store.setStoreAddress(Address storeAddress) |
Constructor and Description |
---|
SalesOrderHeader(Calendar creationDate,
int buyerId,
String buyerName,
Address buyerAddress,
String currencyCode,
double netAmount,
String deliveryStatus,
char[] shortText,
Character[] longText) |
Store(String storeName,
Address storeAddress) |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.