类 CmsLayout

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

public class CmsLayout extends Object implements Serializable
CmsLayout diy布局
另请参阅:
  • 字段详细资料

    • PLACE_PATTERN

      public static final Pattern PLACE_PATTERN
    • SELECTOR_PATTERN

      public static final Pattern SELECTOR_PATTERN
    • 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

      名称

    • template

      private String template
      template

      模板

    • style

      private String style
      style

      样式

  • 构造器详细资料

    • CmsLayout

      public CmsLayout()
  • 方法详细资料

    • 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
    • getTemplate

      public String getTemplate()
      返回:
      the template
    • setTemplate

      public void setTemplate(String template)
      参数:
      template - the template to set
    • getCount

      public int getCount()
    • getStyle

      public String getStyle()
      返回:
      the style
    • setStyle

      public void setStyle(String style)
      参数:
      style - the style to set