}
// System.out.println(id + ", " + activity + ", " + term +
// ", " + day + ", " + location + ", " + start + ", " + end
// + ", " + instructor + ", " + building + ", " + room +
// ", " + cdf + ", " + dropNoWDate + ", " + dropWDate);
SectionInformationObject sio = new SectionInformationObject(
cio.getDepartmentId(), cio.getCourseId(), id,
activity, term, day, location, start, end,
instructor, building, room, cdf, dropNoWDate,
dropWDate);
if (id != "" && id != null)