XPUSP - Home

br.usp.ime.xpusp.om
Class Student

java.lang.Object
  |
  +--org.apache.turbine.om.BaseObject
        |
        +--br.usp.ime.xpusp.om.BaseStudent
              |
              +--br.usp.ime.xpusp.om.Student
All Implemented Interfaces:
org.apache.turbine.om.Persistent, org.apache.turbine.om.Retrievable, java.io.Serializable

public class Student
extends BaseStudent
implements org.apache.turbine.om.Persistent

The skeleton for this class was autogenerated by Torque on: [Mon Feb 25 21:49:03 GMT-03:00 2002] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

See Also:
Serialized Form

Fields inherited from class br.usp.ime.xpusp.om.BaseStudent
aCourse, alreadyInSave, collStudentElectives, collStudentRequireds, course_id, email, hab_id, lastStudentElectivesCriteria, lastStudentRequiredsCriteria, name, nr_electives, nr_usp, obs, probable_graduate
 
Fields inherited from class org.apache.turbine.om.BaseObject
errMsg, is_new, modified, NEW_ID, primaryKey
 
Constructor Summary
Student()
           
 
Method Summary
 java.util.Vector getStudentElectivesByWeight()
          Returns the electives oredered by weight
 
Methods inherited from class br.usp.ime.xpusp.om.BaseStudent
addStudentElective, addStudentRequired, copy, getCourse, getCourseId, getEmail, getHabId, getName, getNrElectives, getNrUsp, getObs, getPrimaryKey, getProbableGraduate, getQueryKey, getStudentElectives, getStudentElectives, getStudentElectivesJoinDiscipline, getStudentRequireds, getStudentRequireds, getStudentRequiredsJoinDiscipline, initStudentElectives, initStudentRequireds, save, save, save, setCourse, setCourseId, setCourseId, setCourseKey, setEmail, setHabId, setHabId, setName, setNrElectives, setNrUsp, setNrUsp, setObs, setPrimaryKey, setPrimaryKey, setProbableGraduate, setQueryKey
 
Methods inherited from class org.apache.turbine.om.BaseObject
, equals, equals, getByName, getByPeerName, getByPosition, getPrimaryKeyAsBigDecimal, getPrimaryKeyAsInt, getPrimaryKeyAsLong, getPrimaryKeyAsString, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey, setPrimaryKey, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface org.apache.turbine.om.Persistent
getPrimaryKey, isModified, isNew, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

Student

public Student()
Method Detail

getStudentElectivesByWeight

public java.util.Vector getStudentElectivesByWeight()
                                             throws java.lang.Exception
Returns the electives oredered by weight

XPUSP - Home