public class Client extends Object
| Constructor and Description |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDownPayment() |
String |
getLoanType() |
double |
getMortgageValue() |
void |
setDownPayment(double downPayment) |
void |
setLoanType(String loanType) |
void |
setMortgageValue(double mortgageValue) |
public String getLoanType()
public void setLoanType(String loanType)
public double getMortgageValue()
public void setMortgageValue(double mortgageValue)
public double getDownPayment()
public void setDownPayment(double downPayment)
Copyright © 2015 WSO2 Inc. All rights reserved.