Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Class MBMessageConstants

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

public class MBMessageConstants
extends Object


Field Summary
static String DEFAULT_FORMAT
           
static long DEFAULT_PARENT_MESSAGE_ID
           
static 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 String DEFAULT_FORMAT

DEFAULT_PARENT_MESSAGE_ID

public static final long DEFAULT_PARENT_MESSAGE_ID
See Also:
Constant Field Values

FORMATS

public static final String[] FORMATS
Constructor Detail

MBMessageConstants

public MBMessageConstants()

Liferay 6.1.2-ce-ga3