public class PushNotificationsDeviceTable extends com.liferay.petra.sql.dsl.base.BaseTable<PushNotificationsDeviceTable>
PushNotificationsDevice
Modifier and Type | Field and Description |
---|---|
com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.Long> |
companyId |
com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.util.Date> |
createDate |
static PushNotificationsDeviceTable |
INSTANCE |
com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.String> |
platform |
com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.Long> |
pushNotificationsDeviceId |
com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.String> |
token |
com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.Long> |
userId |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toString
public static final PushNotificationsDeviceTable INSTANCE
public final com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.Long> pushNotificationsDeviceId
public final com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.Long> companyId
public final com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.Long> userId
public final com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.util.Date> createDate
public final com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.String> platform
public final com.liferay.petra.sql.dsl.Column<PushNotificationsDeviceTable,java.lang.String> token