public class InstallmentRepayPlan extends AlipayObject
Constructor and Description |
---|
InstallmentRepayPlan() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCurTerm()
Gets cur term.
|
String |
getPaidIntBal()
Gets paid int bal.
|
String |
getPaidPrinBal()
Gets paid prin bal.
|
String |
getStatus()
Gets status.
|
Date |
getTermEndDate()
Gets term end date.
|
Long |
getTermNo()
Gets term no.
|
String |
getTermNomInt()
Gets term nom int.
|
String |
getTermNomPrin()
Gets term nom prin.
|
String |
getTermOvdInt()
Gets term ovd int.
|
String |
getTermOvdIntPenInt()
Gets term ovd int pen int.
|
String |
getTermOvdPrin()
Gets term ovd prin.
|
String |
getTermOvdPrinPenInt()
Gets term ovd prin pen int.
|
Date |
getTermStartDate()
Gets term start date.
|
void |
setCurTerm(Boolean curTerm)
Sets cur term.
|
void |
setPaidIntBal(String paidIntBal)
Sets paid int bal.
|
void |
setPaidPrinBal(String paidPrinBal)
Sets paid prin bal.
|
void |
setStatus(String status)
Sets status.
|
void |
setTermEndDate(Date termEndDate)
Sets term end date.
|
void |
setTermNo(Long termNo)
Sets term no.
|
void |
setTermNomInt(String termNomInt)
Sets term nom int.
|
void |
setTermNomPrin(String termNomPrin)
Sets term nom prin.
|
void |
setTermOvdInt(String termOvdInt)
Sets term ovd int.
|
void |
setTermOvdIntPenInt(String termOvdIntPenInt)
Sets term ovd int pen int.
|
void |
setTermOvdPrin(String termOvdPrin)
Sets term ovd prin.
|
void |
setTermOvdPrinPenInt(String termOvdPrinPenInt)
Sets term ovd prin pen int.
|
void |
setTermStartDate(Date termStartDate)
Sets term start date.
|
public Boolean getCurTerm()
public void setCurTerm(Boolean curTerm)
curTerm
- the cur termpublic String getPaidIntBal()
public void setPaidIntBal(String paidIntBal)
paidIntBal
- the paid int balpublic String getPaidPrinBal()
public void setPaidPrinBal(String paidPrinBal)
paidPrinBal
- the paid prin balpublic String getStatus()
public void setStatus(String status)
status
- the statuspublic Date getTermEndDate()
public void setTermEndDate(Date termEndDate)
termEndDate
- the term end datepublic Long getTermNo()
public void setTermNo(Long termNo)
termNo
- the term nopublic String getTermNomInt()
public void setTermNomInt(String termNomInt)
termNomInt
- the term nom intpublic String getTermNomPrin()
public void setTermNomPrin(String termNomPrin)
termNomPrin
- the term nom prinpublic String getTermOvdInt()
public void setTermOvdInt(String termOvdInt)
termOvdInt
- the term ovd intpublic String getTermOvdIntPenInt()
public void setTermOvdIntPenInt(String termOvdIntPenInt)
termOvdIntPenInt
- the term ovd int pen intpublic String getTermOvdPrin()
public void setTermOvdPrin(String termOvdPrin)
termOvdPrin
- the term ovd prinpublic String getTermOvdPrinPenInt()
public void setTermOvdPrinPenInt(String termOvdPrinPenInt)
termOvdPrinPenInt
- the term ovd prin pen intpublic Date getTermStartDate()
public void setTermStartDate(Date termStartDate)
termStartDate
- the term start dateCopyright © 2018. All rights reserved.