PSE 2000 Group 4

jobmatch.business.entity
Class Software

java.lang.Object
  |
  +--jobmatch.data.SoftwareBDO
        |
        +--jobmatch.business.entity.Software

public class Software
extends SoftwareBDO
implements Description

Software Business Object

Since:
June 9 2000
Version:
$Revision: 1.2 $
See Also:
Serialized Form

Fields inherited from class jobmatch.data.SoftwareBDO
DO
 
Constructor Summary
Software(SoftwareDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllSoftware()
          Return a list of all software in the DB
static Software getSoftware(String description)
          Returns the specified software from the DB
 String toString()
           
 
Methods inherited from class jobmatch.data.SoftwareBDO
addSoftwareCandidateBDO, addSoftwareCandidateBDO, addSoftwareProfileBDO, addSoftwareProfileBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getDescription, getDO, getHandle, getSoftwareCandidateBDO, getSoftwareCandidateBDOArray, getSoftwareCandidateDO, getSoftwareCandidateDOArray, getSoftwareProfileBDO, getSoftwareProfileBDOArray, getSoftwareProfileDO, getSoftwareProfileDOArray, hasMatchingHandle, modifyDO, removeSoftwareCandidateBDO, removeSoftwareCandidateBDO, removeSoftwareProfileBDO, removeSoftwareProfileBDO, setDescription
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Software

public Software(SoftwareDO dataObject)
Method Detail

getSoftware

public static Software getSoftware(String description)
Returns the specified software from the DB

getAllSoftware

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

PSE 2000 Group 4