org.jboss.resteasy.test.application
Class MyResource.Foo

java.lang.Object
  extended by org.jboss.resteasy.test.application.MyResource.Foo
Enclosing class:
MyResource

public static class MyResource.Foo
extends Object


Constructor Summary
MyResource.Foo()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyResource.Foo

public MyResource.Foo()
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2011. All Rights Reserved.