@Entity(name="SPRING_TEST_ORDER") public class LoanRequest extends Object
| Constructor and Description |
|---|
LoanRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount() |
String |
getCustomerName() |
Long |
getId() |
boolean |
isApproved() |
void |
setAmount(Long amount) |
void |
setApproved(boolean approved) |
void |
setCustomerName(String customerName) |
void |
setId(Long id) |
public Long getId()
public void setId(Long id)
public String getCustomerName()
public void setCustomerName(String customerName)
public Long getAmount()
public void setAmount(Long amount)
public boolean isApproved()
public void setApproved(boolean approved)
Copyright © 2018. All rights reserved.