FileDocCategorySizeDatePackage
Applicant.javaAPI DocExample910Thu Feb 17 20:01:06 GMT 2000RelMgmt.PersonRole

Applicant

public class Applicant extends RelMgmt.Party.PersonRole
stereotype
role

Fields Summary
private HumanResMgmt.SkillAcquisition.SkillRating
lnkUnnamed
private int
intervalAvailable
private BigDecimal
salaryExpectation
Constructors Summary
Methods Summary
public java.util.DatedetermineDateFirstAvailableForInterval()

        return new Date(0);
    
public booleanisQualifiedForJob()

        return false;
    
public booleanisQualifiedForJobAndAvailableForInterval()

        return false;