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

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

public class ObjectDao
extends Dao<Object,Object>


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

Constructor Detail

ObjectDao

public ObjectDao()
Method Detail

getId

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


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