@Entity(name="ORDERS") public class Order extends Object
| Constructor and Description |
|---|
Order() |
Order(String item,
int quantity) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getItem() |
int |
getQuantity() |
Date |
getTimestamp() |
void |
setItem(String item) |
void |
setQuantity(int quantity) |
public Order()
public Order(String item, int quantity)
Copyright © 2015 WSO2 Inc. All rights reserved.