com.sun.jersey.samples.optimisticconcurrency.resources
Class ItemResource

java.lang.Object
  extended by com.sun.jersey.samples.optimisticconcurrency.resources.ItemResource

public class ItemResource
extends java.lang.Object

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
ItemResource()
           
 
Method Summary
 Item get()
           
 ItemContentResource getItemContentResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemResource

public ItemResource()
Method Detail

getItemContentResource

public ItemContentResource getItemContentResource()

get

public Item get()


Copyright © 2011 Oracle Corporation. All Rights Reserved.