com.plumtree.server
Class PT_USER_TYPES

java.lang.Object
  extended by com.plumtree.server.PT_USER_TYPES

public final class PT_USER_TYPES
extends java.lang.Object

Author:
WilliamA

Field Summary
static int PT_USER_TYPE_GUEST
          The "Guest" User Type
static int PT_USER_TYPE_REGULAR
          The "Regular" User Type
 
Constructor Summary
PT_USER_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_USER_TYPE_REGULAR

public static final int PT_USER_TYPE_REGULAR
The "Regular" User Type

See Also:
Constant Field Values

PT_USER_TYPE_GUEST

public static final int PT_USER_TYPE_GUEST
The "Guest" User Type

See Also:
Constant Field Values
Constructor Detail

PT_USER_TYPES

public PT_USER_TYPES()