PSE 2000 Group 4

jobmatch.business.entity
Class Schooltype

java.lang.Object
  |
  +--jobmatch.data.SchooltypeBDO
        |
        +--jobmatch.business.entity.Schooltype

public class Schooltype
extends SchooltypeBDO
implements Description

Schooltype Business Object

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

Fields inherited from class jobmatch.data.SchooltypeBDO
DO
 
Constructor Summary
Schooltype(SchooltypeDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllSchooltypes()
           
static Schooltype getDefault()
           
static Schooltype getSchooltype(String schooltype)
           
 String toString()
           
 
Methods inherited from class jobmatch.data.SchooltypeBDO
addSchoolBDO, addSchoolBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getDescription, getDO, getHandle, getSchoolBDO, getSchoolBDOArray, getSchoolDO, getSchoolDOArray, hasMatchingHandle, modifyDO, removeSchoolBDO, removeSchoolBDO, setDescription
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Schooltype

public Schooltype(SchooltypeDO dataObject)
Method Detail

getSchooltype

public static Schooltype getSchooltype(String schooltype)

getDefault

public static Schooltype getDefault()

getAllSchooltypes

public static List getAllSchooltypes()

equals

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

toString

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

PSE 2000 Group 4