PSE 2000 Group 4

jobmatch.business.entity
Class Industry

java.lang.Object
  |
  +--jobmatch.data.IndustryBDO
        |
        +--jobmatch.business.entity.Industry

public class Industry
extends IndustryBDO
implements Description

Industry Business Object

Since:
June 10 2000
Version:
$Revision: 1.1 $
See Also:
Serialized Form

Fields inherited from class jobmatch.data.IndustryBDO
DO
 
Constructor Summary
Industry(IndustryDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllIndustries()
          Return a list of all industries in the DB
static Industry getIndustry(String industry)
          Returns the specified industry from the DB
 String toString()
           
 
Methods inherited from class jobmatch.data.IndustryBDO
addCompanyBDO, addCompanyBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getAdressDOArray_via_Company, getBDOarray, getCompanyBDO, getCompanyBDOArray, getCompanyDO, getCompanyDOArray, getDescription, getDO, getHandle, hasMatchingHandle, mapAdress_via_CompanyBDO, mapAdress_via_CompanyBDO, mapAdress_via_CompanyDO, mapAdress_via_CompanyDO, modifyDO, removeCompanyBDO, removeCompanyBDO, setDescription, unmapAdress_via_CompanyBDO, unmapAdress_via_CompanyBDO, unmapAdress_via_CompanyDO, unmapAdress_via_CompanyDO
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Industry

public Industry(IndustryDO dataObject)
Method Detail

getIndustry

public static Industry getIndustry(String industry)
Returns the specified industry from the DB

getAllIndustries

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

PSE 2000 Group 4