类 CmsModule

java.lang.Object
com.publiccms.views.pojo.diy.CmsModule
所有已实现的接口:
Serializable

public class CmsModule extends Object implements Serializable
CmsModule diy组件
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • id

      private String id
      id
    • region

      private String region
      region

      区域

    • name

      @NotNull @Length(max=50) private @NotNull @Length(max=50) String name
      name

      名称

    • clone

      private boolean clone
      clone

      复制

    • cover

      private String cover
      cover

      封面图

    • place

      private String place
      place path

      页面片段

    • fragment

      private String fragment
      fragment path

      模板片段

    • filePath

      private String filePath
      file path

      文件路径

  • 构造器详细资料

    • CmsModule

      public CmsModule()
  • 方法详细资料

    • getId

      public String getId()
      返回:
      the id
    • setId

      public void setId(String id)
      参数:
      id - the id to set
    • getRegion

      public String getRegion()
      返回:
      the region
    • setRegion

      public void setRegion(String region)
      参数:
      region - the region to set
    • getName

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

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

      public boolean isClone()
      返回:
      the clone
    • setClone

      public void setClone(boolean clone)
      参数:
      clone - the clone to set
    • getCover

      public String getCover()
      返回:
      the cover
    • setCover

      public void setCover(String cover)
      参数:
      cover - the cover to set
    • getPlace

      public String getPlace()
      返回:
      the place
    • setPlace

      public void setPlace(String place)
      参数:
      place - the place to set
    • getFragment

      public String getFragment()
      返回:
      the fragment
    • setFragment

      public void setFragment(String fragment)
      参数:
      fragment - the fragment to set
    • getFilePath

      public String getFilePath()
      返回:
      the filePath
    • setFilePath

      public void setFilePath(String filePath)
      参数:
      filePath - the filePath to set