org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes
Class Lake

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes.Lake
All Implemented Interfaces:
LakeLocal, Landmark, WaterBody
Direct Known Subclasses:
Dam

@TundraStereotype
public class Lake
extends Object
implements LakeLocal


Field Summary
protected  long volume
           
 
Constructor Summary
Lake()
           
 
Method Summary
 Fish getFish()
           
 long getVolume()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

volume

@Named
protected long volume
Constructor Detail

Lake

public Lake()
Method Detail

getFish

@ApplicationScoped
@TundraStereotype
@Typed(value=Fish.class)
@Named
public Fish getFish()

getVolume

@Named
public long getVolume()


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