Class Order


  • public class Order
    extends Object
    • Constructor Detail

      • Order

        public Order()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String d)
      • getProduct

        @GET
        @Path("products/{productId}/")
        public Product getProduct​(@PathParam("productId")
                                  int productId)