Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model
Class DLFileEntryConstants

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLFileEntryConstants

public class DLFileEntryConstants
extends Object


Field Summary
static int DEFAULT_READ_COUNT
           
static long LOCK_EXPIRATION_TIME
           
static String PRIVATE_WORKING_COPY_VERSION
           
static String VERSION_DEFAULT
           
 
Constructor Summary
DLFileEntryConstants()
           
 
Method Summary
static String getClassName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_READ_COUNT

public static final int DEFAULT_READ_COUNT
See Also:
Constant Field Values

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME

PRIVATE_WORKING_COPY_VERSION

public static final String PRIVATE_WORKING_COPY_VERSION
See Also:
Constant Field Values

VERSION_DEFAULT

public static final String VERSION_DEFAULT
See Also:
Constant Field Values
Constructor Detail

DLFileEntryConstants

public DLFileEntryConstants()
Method Detail

getClassName

public static String getClassName()

Liferay 6.2-ce-ga5