org.jboss.cdi.tck.tests.event.implicit
Class Student

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.implicit.Student

public class Student
extends Object


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

Constructor Detail

Student

public Student(String name)
Method Detail

getName

public String getName()


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