net.myvietnam.mvnplugin.mvnforum
Class MVNForumConstant

java.lang.Object
  |
  +--net.myvietnam.mvnplugin.mvnforum.MVNForumConstant

public final class MVNForumConstant
extends java.lang.Object


Field Summary
static int GROUP_ID_OF_GUEST
          NOTE: below constants MUST NOT be changed IN ALL CASES, or it will break the compatibility
static int GROUP_ID_OF_MEMBER
           
static java.lang.String MEMBER_GUEST_NAME
           
static java.lang.String MESSAGE_FOLDER_INBOX
           
static java.lang.String MESSAGE_FOLDER_SENT
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_ID_OF_GUEST

public static final int GROUP_ID_OF_GUEST
NOTE: below constants MUST NOT be changed IN ALL CASES, or it will break the compatibility

See Also:
Constant Field Values

GROUP_ID_OF_MEMBER

public static final int GROUP_ID_OF_MEMBER
See Also:
Constant Field Values

MEMBER_GUEST_NAME

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

MESSAGE_FOLDER_INBOX

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

MESSAGE_FOLDER_SENT

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