org.jboss.cdi.tck.tests.implementation.simple.lifecycle
Class Farm

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Farm

public class Farm
extends Object


Field Summary
 Date closed
           
 Date founded
           
 int initialStaff
           
 String location
           
 
Constructor Summary
Farm()
           
 
Method Summary
protected  void postConstruct()
           
protected  void preDestroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

founded

public Date founded

closed

public Date closed

initialStaff

public int initialStaff

location

public String location
Constructor Detail

Farm

public Farm()
Method Detail

postConstruct

@PostConstruct
protected void postConstruct()

preDestroy

@PreDestroy
protected void preDestroy()


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