Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

br.usp.ime.xpusp.om
Class CourseElective  view CourseElective download CourseElective.java

java.lang.Object
  extended byBaseObject
      extended bybr.usp.ime.xpusp.om.BaseCourseElective
          extended bybr.usp.ime.xpusp.om.CourseElective
All Implemented Interfaces:
org.apache.turbine.om.Retrievable

public class CourseElective
extends BaseCourseElective

The skeleton for this class was autogenerated by Torque on: [Mon Feb 25 21:37:09 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.


Field Summary
 
Fields inherited from class br.usp.ime.xpusp.om.BaseCourseElective
 
Constructor Summary
CourseElective()
           
CourseElective(Course course, Discipline discipline, int semester)
           
 
Method Summary
 boolean exists()
           
 
Methods inherited from class br.usp.ime.xpusp.om.BaseCourseElective
copy, getCourse, getCourseId, getDiscipline, getDisciplineId, getHabId, getPrimaryKey, getQueryKey, getSemester, save, save, setCourse, setCourseId, setCourseKey, setDiscipline, setDisciplineId, setDisciplineKey, setHabId, setPrimaryKey, setPrimaryKey, setQueryKey, setSemester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseElective

public CourseElective()

CourseElective

public CourseElective(Course course,
                      Discipline discipline,
                      int semester)
               throws java.lang.Exception
Method Detail

exists

public boolean exists()
               throws java.lang.Exception