PSE 2000 Group 4

jobmatch.business.entity
Class School

java.lang.Object
  |
  +--jobmatch.data.SchoolBDO
        |
        +--jobmatch.business.entity.School

public class School
extends SchoolBDO
implements Description

School Business Object

Since:
May 26 2000
Version:
$Revision: 1.7 $
See Also:
Serialized Form

Fields inherited from class jobmatch.data.SchoolBDO
DO
 
Constructor Summary
School(SchoolDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllSchools()
          Return a list of all schools in the DB
static School getSchool(String school)
          Return the specified school from the DB
 Schooltype getSchoolTypeBO()
          Return the Schooltype business object
 String toString()
           
 
Methods inherited from class jobmatch.data.SchoolBDO
addSchoolCandidateBDO, addSchoolCandidateBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getDescription, getDO, getGraduationDOArray_via_SchoolCandidate, getHandle, getLocation, getSchoolCandidateBDO, getSchoolCandidateBDOArray, getSchoolCandidateDO, getSchoolCandidateDOArray, getType, getTypeBDO, hasMatchingHandle, mapGraduation_via_SchoolCandidateBDO, mapGraduation_via_SchoolCandidateBDO, mapGraduation_via_SchoolCandidateDO, mapGraduation_via_SchoolCandidateDO, modifyDO, okToCommitType, okToDeleteType, removeSchoolCandidateBDO, removeSchoolCandidateBDO, setDescription, setLocation, setType, setType, unmapGraduation_via_SchoolCandidateBDO, unmapGraduation_via_SchoolCandidateBDO, unmapGraduation_via_SchoolCandidateDO, unmapGraduation_via_SchoolCandidateDO
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

School

public School(SchoolDO dataObject)
Method Detail

getSchool

public static School getSchool(String school)
Return the specified school from the DB

getSchoolTypeBO

public Schooltype getSchoolTypeBO()
Return the Schooltype business object

getAllSchools

public static List getAllSchools()
Return a list of all schools in the DB

equals

public boolean equals(Object other)
Overrides:
equals in class Object
See Also:
Object.equals

toString

public String toString()
Overrides:
toString in class SchoolBDO
See Also:
Object.toString

PSE 2000 Group 4