PSE 2000 Group 4

Uses of Class
jobmatch.data.SchooltypeBDO

Packages that use SchooltypeBDO
jobmatch.business.entity   
jobmatch.data   
 

Uses of SchooltypeBDO in jobmatch.business.entity
 

Subclasses of SchooltypeBDO in jobmatch.business.entity
 class Schooltype
          Schooltype Business Object
 

Uses of SchooltypeBDO in jobmatch.data
 

Methods in jobmatch.data that return SchooltypeBDO
static SchooltypeBDO SchooltypeBDO.createVirgin()
          Like the class SchooltypeDO, this class acts as a factory.
static SchooltypeBDO SchooltypeBDO.createExisting(SchooltypeDO DO)
          The createExisting method is used to create a SchooltypeBDO from a SchooltypeDO that was returned by the SchooltypeQuery class.
static SchooltypeBDO[] SchooltypeBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of SchooltypeBDO objects representing all the rows in the Schooltype table.
 SchooltypeBDO SchoolBDO.getTypeBDO()
          Get BDO-wrapped Type of the SchoolDO
 SchooltypeBDO SchoolProfileBDO.getMinSchoolTypeBDO()
          Get BDO-wrapped MinSchoolType of the SchoolProfileDO
 SchooltypeBDO SchoolProfileBDO.getMaxSchoolTypeBDO()
          Get BDO-wrapped MaxSchoolType of the SchoolProfileDO
 SchooltypeBDO[] SchooltypeQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 SchooltypeBDO SchooltypeQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
 

Methods in jobmatch.data with parameters of type SchooltypeBDO
 void SchoolBDO.setType(SchooltypeBDO Type)
          Set Type of the SchoolDO
 void SchoolProfileBDO.setMinSchoolType(SchooltypeBDO MinSchoolType)
          Set MinSchoolType of the SchoolProfileDO
 void SchoolProfileBDO.setMaxSchoolType(SchooltypeBDO MaxSchoolType)
          Set MaxSchoolType of the SchoolProfileDO
 


PSE 2000 Group 4