this.employmentStatus = employmentStatus.trim();
}
}
public Employmentstat toEJB(int ssn){
Employmentstat ejb = new Employmentstat();
ejb.setEmploymentstat(employmentStatus);
ejb.setSsn(ssn);
ejb.setUnemploymentreason(unemploymentReason);
return ejb;
}