Class CommercePriceListCommerceAccountGroupRelTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<CommercePriceListCommerceAccountGroupRelTable>
com.liferay.commerce.price.list.model.CommercePriceListCommerceAccountGroupRelTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode
,com.liferay.petra.sql.dsl.Table<CommercePriceListCommerceAccountGroupRelTable>
public class CommercePriceListCommerceAccountGroupRelTable
extends com.liferay.petra.sql.dsl.base.BaseTable<CommercePriceListCommerceAccountGroupRelTable>
The table class for the "CPLCommerceGroupAccountRel" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Date> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Long> static final CommercePriceListCommerceAccountGroupRelTable
final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Date> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Date> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Integer> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
Long> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
String> final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,
String> -
Method Summary
Methods inherited from class com.liferay.petra.sql.dsl.base.BaseTable
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode
toSQL
-
Field Details
-
INSTANCE
-
mvccVersion
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Long> mvccVersion -
ctCollectionId
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Long> ctCollectionId -
uuid
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,String> uuid -
commercePriceListCommerceAccountGroupRelId
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Long> commercePriceListCommerceAccountGroupRelId -
companyId
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Long> companyId -
userId
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Long> userId -
userName
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,String> userName -
createDate
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Date> createDate -
modifiedDate
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Date> modifiedDate -
commercePriceListId
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Long> commercePriceListId -
commerceAccountGroupId
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Long> commerceAccountGroupId -
order
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Integer> order -
lastPublishDate
public final com.liferay.petra.sql.dsl.Column<CommercePriceListCommerceAccountGroupRelTable,Date> lastPublishDate
-