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

View Source

Author:
Alexander Chow

Field Summary
static double DEFAULT_VERSION
           
static java.lang.String PORTLET
           
static java.lang.String STAND_ALONE
           
static java.lang.String[] TYPES
           
 
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

DEFAULT_VERSION

public static final double DEFAULT_VERSION
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
Constructor Detail

JournalArticleConstants

public JournalArticleConstants()