Class MBThreadTable

java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<MBThreadTable>
com.liferay.message.boards.model.MBThreadTable
All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode, com.liferay.petra.sql.dsl.Table<MBThreadTable>

public class MBThreadTable extends com.liferay.petra.sql.dsl.base.BaseTable<MBThreadTable>
The table class for the "MBThread" database table.
See Also:
Generated:
  • Field Details

    • INSTANCE

      public static final MBThreadTable INSTANCE
    • mvccVersion

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> mvccVersion
    • ctCollectionId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> ctCollectionId
    • uuid

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,String> uuid
    • threadId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> threadId
    • groupId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> groupId
    • companyId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> companyId
    • userId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> userId
    • userName

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,String> userName
    • createDate

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Date> createDate
    • modifiedDate

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Date> modifiedDate
    • categoryId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> categoryId
    • rootMessageId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> rootMessageId
    • rootMessageUserId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> rootMessageUserId
    • title

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,String> title
    • lastPostByUserId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> lastPostByUserId
    • lastPostDate

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Date> lastPostDate
    • priority

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Double> priority
    • question

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Boolean> question
    • lastPublishDate

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Date> lastPublishDate
    • status

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Integer> status
    • statusByUserId

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Long> statusByUserId
    • statusByUserName

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,String> statusByUserName
    • statusDate

      public final com.liferay.petra.sql.dsl.Column<MBThreadTable,Date> statusDate