public class CompanyInfo extends Object
| 构造器和说明 |
|---|
CompanyInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Company |
getCompany() |
List<CompanyIndustry> |
getIndustryList() |
List<Product> |
getProductList() |
List<CompanyTags> |
getTagList() |
void |
setCompany(Company company) |
void |
setIndustryList(List<CompanyIndustry> industryList) |
void |
setProductList(List<Product> productList) |
void |
setTagList(List<CompanyTags> tagList) |
public Company getCompany()
public void setCompany(Company company)
public List<CompanyIndustry> getIndustryList()
public void setIndustryList(List<CompanyIndustry> industryList)
public List<CompanyTags> getTagList()
public void setTagList(List<CompanyTags> tagList)
Copyright © 2016. All rights reserved.