类 CmsCategoryModel

java.lang.Object
com.publiccms.entities.cms.CmsCategoryModel
所有已实现的接口:
Serializable

@Entity public class CmsCategoryModel extends Object implements Serializable
CmsCategoryModel generated by hbm2java
另请参阅:
  • 字段详细资料

    • serialVersionUID

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

      private CmsCategoryModelId id
      id
    • siteId

      private short siteId
    • customContentPath

      private boolean customContentPath
      custom content path 自定义内容访问路径
    • templatePath

      private String templatePath
      template path 模板路径
    • contentPath

      private String contentPath
      content path 内容路径
  • 构造器详细资料

    • CmsCategoryModel

      public CmsCategoryModel()
    • CmsCategoryModel

      public CmsCategoryModel(CmsCategoryModelId id, short siteId, boolean customContentPath)
    • CmsCategoryModel

      public CmsCategoryModel(CmsCategoryModelId id, short siteId, boolean customContentPath, String templatePath, String contentPath)
  • 方法详细资料

    • getId

      public CmsCategoryModelId getId()
    • setId

      public void setId(CmsCategoryModelId id)
    • getSiteId

      public short getSiteId()
    • setSiteId

      public void setSiteId(short siteId)
    • isCustomContentPath

      public boolean isCustomContentPath()
    • setCustomContentPath

      public void setCustomContentPath(boolean customContentPath)
    • getTemplatePath

      public String getTemplatePath()
    • setTemplatePath

      public void setTemplatePath(String templatePath)
    • getContentPath

      public String getContentPath()
    • setContentPath

      public void setContentPath(String contentPath)