public class Fun9529Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
bankAccount |
protected String |
bankNo |
protected int |
beginDate |
protected int |
branchNo |
protected int |
endDate |
protected int |
functionId |
protected int |
fundAccount |
protected String |
fundCode |
protected String |
fundCompany |
protected int |
opbusinessFlag |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9529Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBankAccount() |
String |
getBankNo() |
int |
getBeginDate() |
int |
getBranchNo() |
int |
getEndDate() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getFundCode() |
String |
getFundCompany() |
int |
getOpbusinessFlag() |
String |
getUserId() |
void |
setBankAccount(String bank_account) |
void |
setBankNo(String bank_no) |
void |
setBeginDate(int begin_date) |
void |
setBranchNo(int branch_no) |
void |
setEndDate(int end_date) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setFundCode(String fund_code) |
void |
setFundCompany(String fund_company) |
void |
setOpbusinessFlag(int opbusiness_flag) |
void |
setUserId(String user_id) |
protected int functionId
@NotBlank protected String userId
protected int branchNo
protected int fundAccount
protected String fundCompany
protected String fundCode
protected int opbusinessFlag
protected int beginDate
protected int endDate
protected String bankNo
protected String bankAccount
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 String getFundCompany()
public void setFundCompany(String fund_company)
public String getFundCode()
public void setFundCode(String fund_code)
public int getOpbusinessFlag()
public void setOpbusinessFlag(int opbusiness_flag)
public int getBeginDate()
public void setBeginDate(int begin_date)
public int getEndDate()
public void setEndDate(int end_date)
public String getBankNo()
public void setBankNo(String bank_no)
public String getBankAccount()
public void setBankAccount(String bank_account)
Copyright © 2017. All rights reserved.