public class Institution extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AREA |
static String |
IS_TRY |
static String |
ORG_CHANNEL |
static String |
ORG_KEY |
static String |
ORG_TYPE |
| 构造器和说明 |
|---|
Institution() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAppId() |
Integer |
getInstitutionId() |
String |
getInstitutionName() |
String |
getOtherInfo() |
void |
setAppId(Integer appId) |
void |
setInstitutionId(Integer institutionId) |
void |
setInstitutionName(String institutionName) |
void |
setOtherInfo(String otherInfo) |
public Integer getInstitutionId()
public void setInstitutionId(Integer institutionId)
public String getInstitutionName()
public void setInstitutionName(String institutionName)
public Integer getAppId()
public void setAppId(Integer appId)
public String getOtherInfo()
public void setOtherInfo(String otherInfo)
Copyright © 2020. All rights reserved.