com.liferay.portal.upgrade.v4_3_3.util
Class SCProductEntryTable

java.lang.Object
  extended by com.liferay.portal.upgrade.v4_3_3.util.SCProductEntryTable

public class SCProductEntryTable
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.Object[][] TABLE_COLUMNS
           
static java.lang.String TABLE_NAME
           
static java.lang.String TABLE_SQL_CREATE
           
static java.lang.String TABLE_SQL_DROP
           
 
Constructor Summary
SCProductEntryTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NAME

public static java.lang.String TABLE_NAME

TABLE_COLUMNS

public static java.lang.Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static java.lang.String TABLE_SQL_CREATE

TABLE_SQL_DROP

public static java.lang.String TABLE_SQL_DROP
Constructor Detail

SCProductEntryTable

public SCProductEntryTable()