public class Farm extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
closed |
Date |
founded |
int |
initialStaff |
String |
location |
| Constructor and Description |
|---|
Farm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
postConstruct() |
protected void |
preDestroy() |
public Date founded
public Date closed
public int initialStaff
public String location
@PostConstruct protected void postConstruct()
@PreDestroy protected void preDestroy()
Copyright © 2008–2016 CDI TCK. All rights reserved.