XPUSP - Home

br.usp.ime.xpusp.om
Class Schedule

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

public class Schedule
extends BaseSchedule
implements org.apache.turbine.om.Persistent

The skeleton for this class was autogenerated by Torque. 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.BaseSchedule
aDiscipline, alreadyInSave, aPeriod, aProfessor, aYear, comboPK, discipline_id, period_id, pks, professor_id, year_id
 
Fields inherited from class org.apache.turbine.om.BaseObject
errMsg, is_new, modified, NEW_ID, primaryKey
 
Constructor Summary
Schedule()
           
 
Methods inherited from class br.usp.ime.xpusp.om.BaseSchedule
copy, getDiscipline, getDisciplineId, getPeriod, getPeriodId, getPrimaryKey, getProfessor, getProfessorId, getQueryKey, getYear, getYearId, save, save, save, setDiscipline, setDisciplineId, setDisciplineId, setDisciplineKey, setPeriod, setPeriodId, setPeriodId, setPeriodKey, setPrimaryKey, setPrimaryKey, setPrimaryKey, setPrimaryKey, setProfessor, setProfessorId, setProfessorId, setProfessorKey, setQueryKey, setYear, setYearId, setYearId, setYearKey
 
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

Schedule

public Schedule()

XPUSP - Home