com.liferay.portlet.documentlibrary.model
Class DLFileEntryConstants

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

public class DLFileEntryConstants
extends java.lang.Object

Author:
Samuel Kong

Field Summary
static int DEFAULT_READ_COUNT
           
static long LOCK_EXPIRATION_TIME
           
static java.lang.String PRIVATE_WORKING_COPY_VERSION
           
static java.lang.String VERSION_DEFAULT
           
 
Constructor Summary
DLFileEntryConstants()
           
 
Method Summary
static java.lang.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 java.lang.String PRIVATE_WORKING_COPY_VERSION
See Also:
Constant Field Values

VERSION_DEFAULT

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

DLFileEntryConstants

public DLFileEntryConstants()
Method Detail

getClassName

public static java.lang.String getClassName()