类 CmsRegion

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

public class CmsRegion extends Object implements Serializable
CmsRegion diy区域
另请参阅:
  • 字段详细资料

    • serialVersionUID

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

      private String id
      id
    • categoryType

      private String categoryType
      category type

      分类类型

    • name

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

      名称

  • 构造器详细资料

    • CmsRegion

      public CmsRegion()
  • 方法详细资料

    • getId

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

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

      public String getCategoryType()
      返回:
      the categoryType
    • setCategoryType

      public void setCategoryType(String categoryType)
      参数:
      categoryType - the categoryType to set
    • getName

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

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