public class LoanApplication extends Object
| Constructor and Description |
|---|
LoanApplication() |
LoanApplication(Person person,
Address address,
String occupation,
int salary,
int loadAmount) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
int |
getLoanAmount() |
String |
getOccupation() |
Person |
getPerson() |
int |
getSalary() |
void |
setAddress(Address address) |
void |
setLoanAmount(int loanAmount) |
void |
setOccupation(String occupation) |
void |
setPerson(Person person) |
void |
setSalary(int salary) |
public LoanApplication(Person person, Address address, String occupation, int salary, int loadAmount)
public LoanApplication()
public Person getPerson()
public void setPerson(Person person)
public Address getAddress()
public void setAddress(Address address)
public String getOccupation()
public void setOccupation(String occupation)
public int getSalary()
public void setSalary(int salary)
public int getLoanAmount()
public void setLoanAmount(int loanAmount)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.