|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.om.BaseObject | +--br.usp.ime.xpusp.om.BaseStudentElective | +--br.usp.ime.xpusp.om.StudentElective
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.
Fields inherited from class br.usp.ime.xpusp.om.BaseStudentElective |
aDiscipline, alreadyInSave, aStudent, comboPK, discipline_id, pks, student_id, weight |
Fields inherited from class org.apache.turbine.om.BaseObject |
errMsg, is_new, modified, NEW_ID, primaryKey |
Constructor Summary | |
StudentElective()
|
|
StudentElective(int discipline_id,
int student_id,
int weight)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
This thing does not compare the weight |
Methods inherited from class br.usp.ime.xpusp.om.BaseStudentElective |
copy, getDiscipline, getDisciplineId, getPrimaryKey, getQueryKey, getStudent, getStudentId, getWeight, save, save, save, setDiscipline, setDisciplineId, setDisciplineId, setDisciplineKey, setPrimaryKey, setPrimaryKey, setPrimaryKey, setPrimaryKey, setQueryKey, setStudent, setStudentId, setStudentId, setStudentKey, setWeight |
Methods inherited from class org.apache.turbine.om.BaseObject |
|
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 |
public StudentElective()
public StudentElective(int discipline_id, int student_id, int weight) throws java.lang.Exception
Method Detail |
public boolean equals(java.lang.Object o)
equals
in class org.apache.turbine.om.BaseObject
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |