Liferay 6.0.5

com.liferay.portlet.messageboards.model
Class MBMessageFlagConstants

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

public class MBMessageFlagConstants
extends Object


Field Summary
static int ANSWER_FLAG
           
static int QUESTION_FLAG
           
static int READ_FLAG
           
 
Constructor Summary
MBMessageFlagConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANSWER_FLAG

public static final int ANSWER_FLAG
See Also:
Constant Field Values

READ_FLAG

public static final int READ_FLAG
See Also:
Constant Field Values

QUESTION_FLAG

public static final int QUESTION_FLAG
See Also:
Constant Field Values
Constructor Detail

MBMessageFlagConstants

public MBMessageFlagConstants()

Liferay 6.0.5