org.jboss.cdi.tck.tests.lookup.injection.parameterized
Class IntegerStringDao

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injection.parameterized.Dao<Integer,String>
      extended by org.jboss.cdi.tck.tests.lookup.injection.parameterized.IntegerStringDao

@IntegerPowered
public class IntegerStringDao
extends Dao<Integer,String>


Constructor Summary
IntegerStringDao()
           
 
Method Summary
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerStringDao

public IntegerStringDao()
Method Detail

getId

public String getId()
Overrides:
getId in class Dao<Integer,String>


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