public class RepaymentRecords extends AlipayObject
Constructor and Description |
---|
RepaymentRecords() |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Gets date.
|
String |
getInterest()
Gets interest.
|
String |
getOverdueInterest()
Gets overdue interest.
|
String |
getOverdueInterestPenalty()
Gets overdue interest penalty.
|
String |
getOverduePrincipal()
Gets overdue principal.
|
String |
getOverduePrincipalPenalty()
Gets overdue principal penalty.
|
String |
getPrincipal()
Gets principal.
|
String |
getRemarks()
Gets remarks.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setDate(Date date)
Sets date.
|
void |
setInterest(String interest)
Sets interest.
|
void |
setOverdueInterest(String overdueInterest)
Sets overdue interest.
|
void |
setOverdueInterestPenalty(String overdueInterestPenalty)
Sets overdue interest penalty.
|
void |
setOverduePrincipal(String overduePrincipal)
Sets overdue principal.
|
void |
setOverduePrincipalPenalty(String overduePrincipalPenalty)
Sets overdue principal penalty.
|
void |
setPrincipal(String principal)
Sets principal.
|
void |
setRemarks(String remarks)
Sets remarks.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
public Date getDate()
public void setDate(Date date)
date
- the datepublic String getInterest()
public void setInterest(String interest)
interest
- the interestpublic String getOverdueInterest()
public void setOverdueInterest(String overdueInterest)
overdueInterest
- the overdue interestpublic String getOverdueInterestPenalty()
public void setOverdueInterestPenalty(String overdueInterestPenalty)
overdueInterestPenalty
- the overdue interest penaltypublic String getOverduePrincipal()
public void setOverduePrincipal(String overduePrincipal)
overduePrincipal
- the overdue principalpublic String getOverduePrincipalPenalty()
public void setOverduePrincipalPenalty(String overduePrincipalPenalty)
overduePrincipalPenalty
- the overdue principal penaltypublic String getPrincipal()
public void setPrincipal(String principal)
principal
- the principalpublic String getRemarks()
public void setRemarks(String remarks)
remarks
- the remarkspublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountCopyright © 2018. All rights reserved.