org.jboss.cdi.tck.tests.context.application.disposer
Class Forest

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.application.disposer.Forest

@ApplicationScoped
public class Forest
extends Object

Author:
Martin Kouba

Constructor Summary
Forest()
           
 
Method Summary
 long getId()
           
 boolean isEmpty()
           
 void setEmpty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Forest

public Forest()
Method Detail

setEmpty

public void setEmpty()

isEmpty

public boolean isEmpty()

getId

public long getId()

toString

public String toString()
Overrides:
toString in class Object


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