public class SceneProdBillDetail extends AlipayObject
Constructor and Description |
---|
SceneProdBillDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getBillType()
Gets bill type.
|
String |
getDueDate()
Gets due date.
|
String |
getIntAmt()
Gets int amt.
|
String |
getOverdueDays()
Gets overdue days.
|
String |
getPenAmt()
Gets pen amt.
|
String |
getPrinAmt()
Gets prin amt.
|
String |
getRemark()
Gets remark.
|
String |
getStatus()
Gets status.
|
String |
getTerm()
Gets term.
|
String |
getTotalAmt()
Gets total amt.
|
void |
setBillType(String billType)
Sets bill type.
|
void |
setDueDate(String dueDate)
Sets due date.
|
void |
setIntAmt(String intAmt)
Sets int amt.
|
void |
setOverdueDays(String overdueDays)
Sets overdue days.
|
void |
setPenAmt(String penAmt)
Sets pen amt.
|
void |
setPrinAmt(String prinAmt)
Sets prin amt.
|
void |
setRemark(String remark)
Sets remark.
|
void |
setStatus(String status)
Sets status.
|
void |
setTerm(String term)
Sets term.
|
void |
setTotalAmt(String totalAmt)
Sets total amt.
|
public String getBillType()
public void setBillType(String billType)
billType
- the bill typepublic String getDueDate()
public void setDueDate(String dueDate)
dueDate
- the due datepublic String getIntAmt()
public void setIntAmt(String intAmt)
intAmt
- the int amtpublic String getOverdueDays()
public void setOverdueDays(String overdueDays)
overdueDays
- the overdue dayspublic String getPenAmt()
public void setPenAmt(String penAmt)
penAmt
- the pen amtpublic String getPrinAmt()
public void setPrinAmt(String prinAmt)
prinAmt
- the prin amtpublic String getRemark()
public void setRemark(String remark)
remark
- the remarkpublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getTerm()
public void setTerm(String term)
term
- the termpublic String getTotalAmt()
public void setTotalAmt(String totalAmt)
totalAmt
- the total amtCopyright © 2018. All rights reserved.