PSE 2000 Group 4

jobmatch.business.entity
Class Association

java.lang.Object
  |
  +--jobmatch.data.AssociationBDO
        |
        +--jobmatch.business.entity.Association

public class Association
extends AssociationBDO
implements Description

Association Business Object

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

Fields inherited from class jobmatch.data.AssociationBDO
DO
 
Constructor Summary
Association(AssociationDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllAssociations()
          Return a list of all Associations in the DB
static Association getAssociation(String description)
          Returns the specified Association from the DB
 String toString()
           
 
Methods inherited from class jobmatch.data.AssociationBDO
addAssociationCandidateBDO, addAssociationCandidateBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getAssociationCandidateBDO, getAssociationCandidateBDOArray, getAssociationCandidateDO, getAssociationCandidateDOArray, getBDOarray, getDescription, getDO, getHandle, hasMatchingHandle, modifyDO, removeAssociationCandidateBDO, removeAssociationCandidateBDO, setDescription
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Association

public Association(AssociationDO dataObject)
Method Detail

getAssociation

public static Association getAssociation(String description)
Returns the specified Association from the DB

getAllAssociations

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

PSE 2000 Group 4