public class Fun9951Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
branchNo |
protected String |
chargeType |
protected int |
endDate |
protected int |
functionId |
protected int |
fundAccount |
protected String |
fundCode |
protected String |
fundCompany |
protected String |
outSerialNo |
protected int |
startDate |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9951Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBranchNo() |
String |
getChargeType() |
int |
getEndDate() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getFundCode() |
String |
getFundCompany() |
String |
getOutSerialNo() |
int |
getStartDate() |
String |
getUserId() |
void |
setBranchNo(int branch_no) |
void |
setChargeType(String charge_type) |
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 |
setOutSerialNo(String out_serial_no) |
void |
setStartDate(int start_date) |
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 String chargeType
protected int startDate
protected int endDate
protected String outSerialNo
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 String getChargeType()
public void setChargeType(String charge_type)
public int getStartDate()
public void setStartDate(int start_date)
public int getEndDate()
public void setEndDate(int end_date)
public String getOutSerialNo()
public void setOutSerialNo(String out_serial_no)
Copyright © 2017. All rights reserved.