类 Company
java.lang.Object
com.publiccms.test.logic.Company
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCers()
getName()
void
void
setDescription
(String description) void
void
void
setProducts
(List<Product> products)
-
字段详细资料
-
name
-
description
-
images
-
cers
-
products
-
-
构造器详细资料
-
Company
Company()
-
-
方法详细资料
-
getName
- 返回:
- the name
-
setName
- 参数:
name
- the name to set
-
getDescription
- 返回:
- the description
-
setDescription
- 参数:
description
- the description to set
-
getImages
- 返回:
- the images
-
setImages
- 参数:
images
- the images to set
-
getCers
- 返回:
- the cers
-
setCers
- 参数:
cers
- the cers to set
-
getProducts
- 返回:
- the products
-
setProducts
- 参数:
products
- the products to set
-