XPUSP - Home

br.usp.ime.xpusp.om
Class ProfessorCapable

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

public class ProfessorCapable
extends BaseProfessorCapable
implements org.apache.turbine.om.Persistent

The skeleton for this class was autogenerated by Torque on: [Sun Mar 03 13:12:58 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.BaseProfessorCapable
aDiscipline, alreadyInSave, aProfessor, collProfessorChoices, discipline_id, id, lastProfessorChoicesCriteria, nr_students, professor_id
 
Fields inherited from class org.apache.turbine.om.BaseObject
errMsg, is_new, modified, NEW_ID, primaryKey
 
Constructor Summary
ProfessorCapable()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class br.usp.ime.xpusp.om.BaseProfessorCapable
addProfessorChoice, copy, getDiscipline, getDisciplineId, getId, getNrStudents, getPrimaryKey, getProfessor, getProfessorChoices, getProfessorChoices, getProfessorChoicesJoinProfessor, getProfessorId, getQueryKey, initProfessorChoices, save, save, save, setDiscipline, setDisciplineId, setDisciplineId, setDisciplineKey, setId, setId, setNrStudents, setPrimaryKey, setPrimaryKey, setProfessor, setProfessorId, setProfessorId, setProfessorKey, setQueryKey
 
Methods inherited from class org.apache.turbine.om.BaseObject
, 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

ProfessorCapable

public ProfessorCapable()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class org.apache.turbine.om.BaseObject

XPUSP - Home