public class OrganBindCardIn extends Object implements Serializable
| 构造器和说明 |
|---|
OrganBindCardIn() |
OrganBindCardIn(String userId,
int fundAccount,
String password,
String opEntrustWay,
String gtTradePassword,
String organCode,
String saleLicence,
String organName,
String bankNo,
String bankAccount,
String provinceNo,
String cityNo,
String remark,
String idKind) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBankAccount() |
String |
getBankNo() |
String |
getCityNo() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getGtTradePassword() |
String |
getIdKind() |
String |
getOpEntrustWay() |
String |
getOrganCode() |
String |
getOrganName() |
String |
getPassword() |
String |
getProvinceNo() |
String |
getRemark() |
String |
getSaleLicence() |
String |
getUserId() |
void |
setBankAccount(String bankAccount) |
void |
setBankNo(String bankNo) |
void |
setCityNo(String cityNo) |
void |
setFunctionId(int functionId) |
void |
setFundAccount(int fundAccount) |
void |
setGtTradePassword(String gtTradePassword) |
void |
setIdKind(String idKind) |
void |
setOpEntrustWay(String opEntrustWay) |
void |
setOrganCode(String organCode) |
void |
setOrganName(String organName) |
void |
setPassword(String password) |
void |
setProvinceNo(String provinceNo) |
void |
setRemark(String remark) |
void |
setSaleLicence(String saleLicence) |
void |
setUserId(String userId) |
String |
toString() |
public int getFunctionId()
public void setFunctionId(int functionId)
functionId - the functionId to setpublic String getUserId()
public void setUserId(String userId)
userId - the userId to setpublic int getFundAccount()
public void setFundAccount(int fundAccount)
fundAccount - the fundAccount to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic String getOpEntrustWay()
public void setOpEntrustWay(String opEntrustWay)
opEntrustWay - the opEntrustWay to setpublic String getGtTradePassword()
public void setGtTradePassword(String gtTradePassword)
gtTradePassword - the gtTradePassword to setpublic String getOrganCode()
public void setOrganCode(String organCode)
organCode - the organCode to setpublic String getSaleLicence()
public void setSaleLicence(String saleLicence)
saleLicence - the saleLicence to setpublic String getOrganName()
public void setOrganName(String organName)
organName - the organName to setpublic String getBankNo()
public void setBankNo(String bankNo)
bankNo - the bankNo to setpublic String getBankAccount()
public void setBankAccount(String bankAccount)
bankAccount - the bankAccount to setpublic String getProvinceNo()
public void setProvinceNo(String provinceNo)
provinceNo - the provinceNo to setpublic String getCityNo()
public void setCityNo(String cityNo)
cityNo - the cityNo to setpublic String getRemark()
public void setRemark(String remark)
remark - the remark to setpublic String getIdKind()
public void setIdKind(String idKind)
Copyright © 2017. All rights reserved.