com.liferay.portlet.messageboards.model
Class MBMessageConstants

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.MBMessageConstants

public class MBMessageConstants
extends java.lang.Object

Author:
Alexander Chow, Juan Fernández

Field Summary
static java.lang.String DEFAULT_FORMAT
           
static long DEFAULT_PARENT_MESSAGE_ID
           
static java.lang.String[] FORMATS
           
 
Constructor Summary
MBMessageConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FORMAT

public static final java.lang.String DEFAULT_FORMAT

DEFAULT_PARENT_MESSAGE_ID

public static final long DEFAULT_PARENT_MESSAGE_ID
See Also:
Constant Field Values

FORMATS

public static final java.lang.String[] FORMATS
Constructor Detail

MBMessageConstants

public MBMessageConstants()