org.jboss.cdi.tck.tests.extensions.annotated
Class WildCat

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.annotated.Cat
      extended by org.jboss.cdi.tck.tests.extensions.annotated.WildCat

@RequestScoped
public class WildCat
extends Cat


Field Summary
 
Fields inherited from class org.jboss.cdi.tck.tests.extensions.annotated.Cat
age
 
Constructor Summary
WildCat(String name)
           
 
Method Summary
 void bite()
           
 String getName()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.extensions.annotated.Cat
jump, yowl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildCat

public WildCat(String name)
Method Detail

bite

public void bite()

getName

public String getName()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.