PSE 2000 Group 4

jobmatch.business.entity
Class Address

java.lang.Object
  |
  +--jobmatch.data.AdressBDO
        |
        +--jobmatch.business.entity.Address

public class Address
extends AdressBDO

Address Business Object

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

Fields inherited from class jobmatch.data.AdressBDO
DO
 
Constructor Summary
Address(AdressDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
 Country getCountryBO()
           
 String toString()
           
 
Methods inherited from class jobmatch.data.AdressBDO
addCandidateBDO, addCandidateBDO, addCompanyBDO, addCompanyBDO, addEmployerBDO, addEmployerBDO, addPersonBDO, addPersonBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getCandidateBDO, getCandidateBDOArray, getCandidateDO, getCandidateDOArray, getCity, getCompanyBDO, getCompanyBDOArray, getCompanyDO, getCompanyDOArray, getCountry, getCountryBDO, getDO, getEmployerBDO, getEmployerBDOArray, getEmployerDO, getEmployerDOArray, getHandle, getHouseNumber, getIndustryDOArray_via_Company, getPersonBDO, getPersonBDOArray, getPersonDO, getPersonDOArray, getStreet, getZIP, hasMatchingHandle, mapIndustry_via_CompanyBDO, mapIndustry_via_CompanyBDO, mapIndustry_via_CompanyDO, mapIndustry_via_CompanyDO, modifyDO, okToCommitCountry, okToDeleteCountry, removeCandidateBDO, removeCandidateBDO, removeCompanyBDO, removeCompanyBDO, removeEmployerBDO, removeEmployerBDO, removePersonBDO, removePersonBDO, setCity, setCountry, setCountry, setHouseNumber, setStreet, setZIP, unmapIndustry_via_CompanyBDO, unmapIndustry_via_CompanyBDO, unmapIndustry_via_CompanyDO, unmapIndustry_via_CompanyDO
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address(AdressDO dataObject)
Method Detail

getCountryBO

public Country getCountryBO()

equals

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

toString

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

PSE 2000 Group 4