@Entity public class Applicant extends Object
Modifier and Type | Field and Description |
---|---|
private Borrower |
borrower |
private long |
id |
private Person |
identity |
private static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
Applicant() |
Modifier and Type | Method and Description |
---|---|
Borrower |
getBorrower() |
long |
getId() |
Person |
getIdentity() |
void |
setBorrower(Borrower borrower) |
void |
setIdentity(Person identity) |
String |
toString() |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.