类 CmsCategoryAttribute

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

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

    • serialVersionUID

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

      private int categoryId
    • title

      @Length(max=80) private @Length(max=80) String title
    • keywords

      @Length(max=100) private @Length(max=100) String keywords
    • description

      @Length(max=300) private @Length(max=300) String description
    • data

      private String data
  • 构造器详细资料

    • CmsCategoryAttribute

      public CmsCategoryAttribute()
    • CmsCategoryAttribute

      public CmsCategoryAttribute(int categoryId)
    • CmsCategoryAttribute

      public CmsCategoryAttribute(int categoryId, String title, String keywords, String description, String data)
  • 方法详细资料

    • getCategoryId

      public int getCategoryId()
    • setCategoryId

      public void setCategoryId(int categoryId)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getKeywords

      public String getKeywords()
    • setKeywords

      public void setKeywords(String keywords)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getData

      public String getData()
    • setData

      public void setData(String data)