wt.ixb.handlers.netmarkets
Class NMProjectConstants.ProjectMemberInfo

java.lang.Object
  extended bywt.ixb.handlers.netmarkets.NMProjectConstants.ProjectMemberInfo
Enclosing class:
NMProjectConstants

public static final class NMProjectConstants.ProjectMemberInfo
extends Object


Field Summary
static String CUSTOM
           
static String CUSTOM_TYPE
           
static String DN_NAME
           
static String EXPORTED_GUEST_MEMBERS
           
static String GROUP_ID
           
static String MEMBER_USER_ID
           
static String PROJECT_MEMBER
           
static String ROLE
           
static String ROLE_TYPE
           
static String USER_EMAIL
           
static String USER_NAME
           
static String WARNING_TAG
           
 
Constructor Summary
NMProjectConstants.ProjectMemberInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPORTED_GUEST_MEMBERS

public static final String EXPORTED_GUEST_MEMBERS
See Also:
Constant Field Values

PROJECT_MEMBER

public static final String PROJECT_MEMBER
See Also:
Constant Field Values

ROLE

public static final String ROLE
See Also:
Constant Field Values

MEMBER_USER_ID

public static final String MEMBER_USER_ID
See Also:
Constant Field Values

ROLE_TYPE

public static final String ROLE_TYPE
See Also:
Constant Field Values

USER_EMAIL

public static final String USER_EMAIL
See Also:
Constant Field Values

WARNING_TAG

public static final String WARNING_TAG
See Also:
Constant Field Values

USER_NAME

public static final String USER_NAME
See Also:
Constant Field Values

CUSTOM

public static final String CUSTOM
See Also:
Constant Field Values

CUSTOM_TYPE

public static final String CUSTOM_TYPE
See Also:
Constant Field Values

DN_NAME

public static final String DN_NAME
See Also:
Constant Field Values

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values
Constructor Detail

NMProjectConstants.ProjectMemberInfo

public NMProjectConstants.ProjectMemberInfo()