org.jboss.cdi.tck.tests.implementation.simple.lifecycle
Class Farm
java.lang.Object
org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Farm
public class Farm
- extends Object
|
Constructor Summary |
Farm()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
founded
public Date founded
closed
public Date closed
initialStaff
public int initialStaff
location
public String location
Farm
public Farm()
postConstruct
@PostConstruct
protected void postConstruct()
preDestroy
@PreDestroy
protected void preDestroy()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.