Class Order
- java.lang.Object
-
- org.wso2.am.integration.services.jaxrs.customersample.bean.Order
-
public class Order extends Object
-
-
Constructor Summary
Constructors Constructor Description Order()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()longgetId()ProductgetProduct(int productId)voidsetDescription(String d)voidsetId(long id)
-