PSE 2000 Group 4

jobmatch.business.entity
Class Country

java.lang.Object
  |
  +--jobmatch.data.CountryBDO
        |
        +--jobmatch.business.entity.Country

public class Country
extends CountryBDO
implements Description

Country Business Object

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

Fields inherited from class jobmatch.data.CountryBDO
DO
 
Constructor Summary
Country(CountryDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllCountries()
          Return a list of all countries in the DB
static Country getCountry(String country)
          Returns the specified country from the DB
 String toString()
           
 
Methods inherited from class jobmatch.data.CountryBDO
addAdressBDO, addAdressBDO, addCandidateBDO, addCandidateBDO, addPersonalProfileBDO, addPersonalProfileBDO, addPersonBDO, addPersonBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getAdressBDO, getAdressBDOArray, getAdressDO, getAdressDOArray, getBDOarray, getCandidateBDO, getCandidateBDOArray, getCandidateDO, getCandidateDOArray, getDescription, getDO, getHandle, getPersonalProfileBDO, getPersonalProfileBDOArray, getPersonalProfileDO, getPersonalProfileDOArray, getPersonBDO, getPersonBDOArray, getPersonDO, getPersonDOArray, hasMatchingHandle, modifyDO, removeAdressBDO, removeAdressBDO, removeCandidateBDO, removeCandidateBDO, removePersonalProfileBDO, removePersonalProfileBDO, removePersonBDO, removePersonBDO, setDescription
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Country

public Country(CountryDO dataObject)
Method Detail

getCountry

public static Country getCountry(String country)
Returns the specified country from the DB

getAllCountries

public static List getAllCountries()
Return a list of all countries 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 CountryBDO
See Also:
Object.toString

PSE 2000 Group 4