类 CmsCategoryLang

java.lang.Object
com.publiccms.views.pojo.entities.EntityAttribute
com.publiccms.entities.cms.CmsCategoryLang
所有已实现的接口:
Serializable

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

    • serialVersionUID

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

      private CmsCategoryLangId id
    • url

      @Length(max=1000) private @Length(max=1000) String url
      url 链接地址
    • name

      @Length(max=50) private @Length(max=50) String name
    • 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
  • 构造器详细资料

  • 方法详细资料

    • getId

      public CmsCategoryLangId getId()
    • setId

      public void setId(CmsCategoryLangId id)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • 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)