File
Doc
Category
Size
Date
Package
Student.java
API Doc
Example
1030
Mon Aug 27 20:11:36 BST 2007
com.google.gwt.sample.dynatable.client
Student
java.lang.Object
Person
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
Schedule
getClassSchedule
()
return classSchedule;
public
java.lang.String
getSchedule
(
boolean[]
daysFilter)
return classSchedule.getDescription(daysFilter);
Java Code Source