com.liferay.portlet.journal.model
Class JournalArticleConstants

java.lang.Object
  extended by com.liferay.portlet.journal.model.JournalArticleConstants

public class JournalArticleConstants
extends java.lang.Object

Author:
Alexander Chow

Field Summary
static int[] ASSET_ENTRY_CREATION_STATUSES
           
static java.lang.String CANONICAL_URL_SEPARATOR
           
static java.lang.String PORTLET
           
static java.lang.String STAND_ALONE
           
static java.lang.String[] TYPES
           
static double VERSION_DEFAULT
           
 
Constructor Summary
JournalArticleConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSET_ENTRY_CREATION_STATUSES

public static final int[] ASSET_ENTRY_CREATION_STATUSES

CANONICAL_URL_SEPARATOR

public static final java.lang.String CANONICAL_URL_SEPARATOR
See Also:
Constant Field Values

PORTLET

public static final java.lang.String PORTLET
See Also:
Constant Field Values

STAND_ALONE

public static final java.lang.String STAND_ALONE
See Also:
Constant Field Values

TYPES

public static final java.lang.String[] TYPES

VERSION_DEFAULT

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

JournalArticleConstants

public JournalArticleConstants()