PSE 2000 Group 4

jobmatch.business.entity
Class Area

java.lang.Object
  |
  +--jobmatch.data.AreaBDO
        |
        +--jobmatch.business.entity.Area

public class Area
extends AreaBDO
implements Description

Area Business Object

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

Fields inherited from class jobmatch.data.AreaBDO
DO
 
Constructor Summary
Area(AreaDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllIndustries()
          Return a list of all areas in the DB
static Area getArea(String industry)
          Returns the specified area from the DB
 String toString()
           
 
Methods inherited from class jobmatch.data.AreaBDO
afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getDescription, getDO, getHandle, hasMatchingHandle, modifyDO, setDescription
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Area

public Area(AreaDO dataObject)
Method Detail

getArea

public static Area getArea(String industry)
Returns the specified area from the DB

getAllIndustries

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

PSE 2000 Group 4