org.apache.servicemix.examples.cxf.jaxrs
Class Product

java.lang.Object
  extended by org.apache.servicemix.examples.cxf.jaxrs.Product

public class Product
extends java.lang.Object


Constructor Summary
Product()
           
 
Method Summary
 java.lang.String getDescription()
           
 long getId()
           
 void setDescription(java.lang.String d)
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String d)


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.