org.apache.camel.example.cxf.jaxrs.resources
Class BookNotFoundDetails

java.lang.Object
  extended by org.apache.camel.example.cxf.jaxrs.resources.BookNotFoundDetails

public class BookNotFoundDetails
extends Object


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

Constructor Detail

BookNotFoundDetails

public BookNotFoundDetails()
Method Detail

getId

public long getId()

setId

public void setId(long id)


Apache CAMEL