scheduler.db.instructordb
Class InstructorDB.TimePreferenceTuple

java.lang.Object
  extended by scheduler.db.instructordb.InstructorDB.TimePreferenceTuple
Enclosing class:
InstructorDB

public class InstructorDB.TimePreferenceTuple
extends java.lang.Object

Class to house time preference and id.

Author:
Cedric Wienold

Field Summary
private  java.lang.String id
           
private  java.util.ArrayList<TimePreference> prefList
           
 
Constructor Summary
InstructorDB.TimePreferenceTuple(java.lang.String id, java.util.ArrayList<TimePreference> prefList)
           
 
Method Summary
 java.lang.String getId()
           
 java.util.ArrayList<TimePreference> getPrefList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.String id

prefList

private java.util.ArrayList<TimePreference> prefList
Constructor Detail

InstructorDB.TimePreferenceTuple

public InstructorDB.TimePreferenceTuple(java.lang.String id,
                                        java.util.ArrayList<TimePreference> prefList)
Method Detail

getId

public java.lang.String getId()

getPrefList

public java.util.ArrayList<TimePreference> getPrefList()