public class Order
extends java.lang.Object
| Constructor and Description |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
long |
getId() |
Product |
getProduct(int productId)
This method is mapped to an HTTP GET of 'products/{productId}', relative to the URL that point to this Order resource
itself.
|
Order |
getThisOrder()
This method is mapped to an HTTP GET of '/', relative to the URL that point to this Order resource itself.
|
void |
setDescription(java.lang.String d) |
void |
setId(long id) |
public long getId()
public void setId(long id)
public java.lang.String getDescription()
public void setDescription(java.lang.String d)
public Order getThisOrder()
public Product getProduct(int productId)
Copyright © 2016 Red Hat. All Rights Reserved.