public class UserNotificationDeliveryTable extends BaseTable<UserNotificationDeliveryTable>
UserNotificationDelivery| Modifier and Type | Field and Description |
|---|---|
Column<UserNotificationDeliveryTable,java.lang.Long> |
classNameId |
Column<UserNotificationDeliveryTable,java.lang.Long> |
companyId |
Column<UserNotificationDeliveryTable,java.lang.Boolean> |
deliver |
Column<UserNotificationDeliveryTable,java.lang.Integer> |
deliveryType |
static UserNotificationDeliveryTable |
INSTANCE |
Column<UserNotificationDeliveryTable,java.lang.Long> |
mvccVersion |
Column<UserNotificationDeliveryTable,java.lang.Integer> |
notificationType |
Column<UserNotificationDeliveryTable,java.lang.String> |
portletId |
Column<UserNotificationDeliveryTable,java.lang.Long> |
userId |
Column<UserNotificationDeliveryTable,java.lang.Long> |
userNotificationDeliveryId |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toStringpublic static final UserNotificationDeliveryTable INSTANCE
public final Column<UserNotificationDeliveryTable,java.lang.Long> mvccVersion
public final Column<UserNotificationDeliveryTable,java.lang.Long> userNotificationDeliveryId
public final Column<UserNotificationDeliveryTable,java.lang.Long> companyId
public final Column<UserNotificationDeliveryTable,java.lang.Long> userId
public final Column<UserNotificationDeliveryTable,java.lang.String> portletId
public final Column<UserNotificationDeliveryTable,java.lang.Long> classNameId
public final Column<UserNotificationDeliveryTable,java.lang.Integer> notificationType
public final Column<UserNotificationDeliveryTable,java.lang.Integer> deliveryType
public final Column<UserNotificationDeliveryTable,java.lang.Boolean> deliver