类 Bean

java.lang.Object
com.publiccms.test.logic.Bean

class Bean extends Object
  • 字段详细资料

    • id

      long id
    • contentTitlle

      String contentTitlle
    • categoryName

      String categoryName
  • 构造器详细资料

    • Bean

      public Bean(long id, String contentTitlle, String categoryName)
  • 方法详细资料

    • getId

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

      public void setId(long id)
      参数:
      id - the id to set
    • getContentTitlle

      public String getContentTitlle()
      返回:
      the contentTitlle
    • setContentTitlle

      public void setContentTitlle(String contentTitlle)
      参数:
      contentTitlle - the contentTitlle to set
    • getCategoryName

      public String getCategoryName()
      返回:
      the categoryName
    • setCategoryName

      public void setCategoryName(String categoryName)
      参数:
      categoryName - the categoryName to set
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object