org.jboss.cdi.tck.tests.lookup.circular
Class Pig

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.circular.Pig
All Implemented Interfaces:
Serializable

@SessionScoped
public class Pig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Pig()
           
 
Method Summary
 String getName()
           
 String getNameOfFood()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pig

public Pig()
Method Detail

getName

public String getName()

getNameOfFood

public String getNameOfFood()


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