Liferay 6.0.5

com.liferay.portal.upgrade.v4_3_0.util
Class DLFolderTable

java.lang.Object
  extended by com.liferay.portal.upgrade.v4_3_0.util.DLFolderTable

public class DLFolderTable
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
 
Constructor Summary
DLFolderTable()
           
 
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 String TABLE_NAME

TABLE_COLUMNS

public static Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static String TABLE_SQL_CREATE

TABLE_SQL_DROP

public static String TABLE_SQL_DROP
Constructor Detail

DLFolderTable

public DLFolderTable()

Liferay 6.0.5