public class Fun9908Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
begLiqDate |
protected int |
branchNo |
protected String |
businessType |
protected int |
currentPage |
protected int |
endLiqDate |
protected int |
functionId |
protected int |
fundAccount |
protected int |
fundDate |
protected String |
fundSeqId |
protected int |
fundTime |
protected int |
pageSize |
protected String |
resv |
protected String |
userId |
protected String |
userNameText |
| 构造器和说明 |
|---|
Fun9908Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBegLiqDate() |
int |
getBranchNo() |
String |
getBusinessType() |
int |
getCurrentPage() |
int |
getEndLiqDate() |
int |
getFunctionId() |
int |
getFundAccount() |
int |
getFundDate() |
String |
getFundSeqId() |
int |
getFundTime() |
int |
getPageSize() |
String |
getResv() |
String |
getUserId() |
String |
getUserNameText() |
void |
setBegLiqDate(int begLiqDate) |
void |
setBranchNo(int branch_no) |
void |
setBusinessType(String businessType) |
void |
setCurrentPage(int currentPage) |
void |
setEndLiqDate(int endLiqDate) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setFundDate(int fundDate) |
void |
setFundSeqId(String fundSeqId) |
void |
setFundTime(int fundTime) |
void |
setPageSize(int pageSize) |
void |
setResv(String resv) |
void |
setUserId(String user_id) |
void |
setUserNameText(String userNameText) |
protected int functionId
@NotBlank protected String userId
protected int branchNo
protected int fundAccount
protected int fundDate
protected int fundTime
@NotBlank protected String userNameText
@NotBlank protected String fundSeqId
protected int begLiqDate
protected int endLiqDate
protected String resv
protected int currentPage
protected int pageSize
protected String businessType
public int getFunctionId()
public void setFunctionId(int function_id)
public String getUserId()
public void setUserId(String user_id)
public int getBranchNo()
public void setBranchNo(int branch_no)
public int getFundAccount()
public void setFundAccount(int fund_account)
public int getFundDate()
public void setFundDate(int fundDate)
public int getFundTime()
public void setFundTime(int fundTime)
public String getUserNameText()
public void setUserNameText(String userNameText)
public String getFundSeqId()
public void setFundSeqId(String fundSeqId)
public int getBegLiqDate()
public void setBegLiqDate(int begLiqDate)
public int getEndLiqDate()
public void setEndLiqDate(int endLiqDate)
public String getResv()
public void setResv(String resv)
public int getCurrentPage()
public void setCurrentPage(int currentPage)
public int getPageSize()
public void setPageSize(int pageSize)
public String getBusinessType()
public void setBusinessType(String businessType)
Copyright © 2017. All rights reserved.