public class Order extends Object
| Constructor and Description |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
Product |
getProduct(int productId) |
void |
setDescription(String d) |
void |
setId(long id) |
Copyright © 2015 WSO2 Inc. All rights reserved.