类 Company

java.lang.Object
com.publiccms.test.logic.Company

class Company extends Object
  • 字段详细资料

  • 构造器详细资料

    • Company

      Company()
  • 方法详细资料

    • getName

      public String getName()
      返回:
      the name
    • setName

      public void setName(String name)
      参数:
      name - the name to set
    • getDescription

      public String getDescription()
      返回:
      the description
    • setDescription

      public void setDescription(String description)
      参数:
      description - the description to set
    • getImages

      public List<String> getImages()
      返回:
      the images
    • setImages

      public void setImages(List<String> images)
      参数:
      images - the images to set
    • getCers

      public List<String> getCers()
      返回:
      the cers
    • setCers

      public void setCers(List<String> cers)
      参数:
      cers - the cers to set
    • getProducts

      public List<Product> getProducts()
      返回:
      the products
    • setProducts

      public void setProducts(List<Product> products)
      参数:
      products - the products to set