org.romaframework.module.users
Class ActivityLogCategories

java.lang.Object
  extended by org.romaframework.module.users.ActivityLogCategories

public class ActivityLogCategories
extends java.lang.Object


Field Summary
static java.lang.String CATEGORY_ADMIN
           
static java.lang.String CATEGORY_LOGIN
           
static java.lang.String CATEGORY_SYSTEM
           
 
Constructor Summary
ActivityLogCategories()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY_SYSTEM

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

CATEGORY_LOGIN

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

CATEGORY_ADMIN

public static final java.lang.String CATEGORY_ADMIN
See Also:
Constant Field Values
Constructor Detail

ActivityLogCategories

public ActivityLogCategories()