public class PollsChoiceTable extends BaseTable<PollsChoiceTable>
PollsChoice| Modifier and Type | Field and Description |
|---|---|
Column<PollsChoiceTable,java.lang.Long> |
choiceId |
Column<PollsChoiceTable,java.lang.Long> |
companyId |
Column<PollsChoiceTable,java.util.Date> |
createDate |
Column<PollsChoiceTable,java.lang.String> |
description |
Column<PollsChoiceTable,java.lang.Long> |
groupId |
static PollsChoiceTable |
INSTANCE |
Column<PollsChoiceTable,java.util.Date> |
lastPublishDate |
Column<PollsChoiceTable,java.util.Date> |
modifiedDate |
Column<PollsChoiceTable,java.lang.Long> |
mvccVersion |
Column<PollsChoiceTable,java.lang.String> |
name |
Column<PollsChoiceTable,java.lang.Long> |
questionId |
Column<PollsChoiceTable,java.lang.Long> |
userId |
Column<PollsChoiceTable,java.lang.String> |
userName |
Column<PollsChoiceTable,java.lang.String> |
uuid |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toStringpublic static final PollsChoiceTable INSTANCE
public final Column<PollsChoiceTable,java.lang.Long> mvccVersion
public final Column<PollsChoiceTable,java.lang.String> uuid
public final Column<PollsChoiceTable,java.lang.Long> choiceId
public final Column<PollsChoiceTable,java.lang.Long> groupId
public final Column<PollsChoiceTable,java.lang.Long> companyId
public final Column<PollsChoiceTable,java.lang.Long> userId
public final Column<PollsChoiceTable,java.lang.String> userName
public final Column<PollsChoiceTable,java.util.Date> createDate
public final Column<PollsChoiceTable,java.util.Date> modifiedDate
public final Column<PollsChoiceTable,java.lang.Long> questionId
public final Column<PollsChoiceTable,java.lang.String> name
public final Column<PollsChoiceTable,java.lang.String> description
public final Column<PollsChoiceTable,java.util.Date> lastPublishDate