FileDocCategorySizeDatePackage
Student.javaAPI DocExample1030Mon Aug 27 20:11:36 BST 2007com.google.gwt.sample.dynatable.client

Student

public class Student extends Person
Holds relevant data for a Student type Person. This class is intended to be serialized in RPC calls.

Fields Summary
private Schedule
classSchedule
Constructors Summary
Methods Summary
public SchedulegetClassSchedule()


     
    return classSchedule;
  
public java.lang.StringgetSchedule(boolean[] daysFilter)

    return classSchedule.getDescription(daysFilter);