/*******************************************************************************
 * Copyright (c), 2001, 2002 N2 Broadband, Inc.  All Rights Reserved.
 *
 * This module contains unpublished, confidential, proprietary
 * material.  The use and dissemination of this material are
 * governed by a license.  The above copyright notice does not
 * evidence any actual or intended publication of this material.
 *
 * Author:  Drake H. Henderson
 * Created:  11-12-01
 *
 ******************************************************************************/

package com.n2bb.util;

public class N2bbSettings {

  public static final String N2BB_LOG = "n2bbLog";
  
  public static final String CHECKBOX_PREPEND = "CHECKBOX_";
  public static final String N2BB_ADMIN_ROLE = "Admin";
  public static final String ADMIN_USER = "admin";

  public static int PAGE_SIZE = PropertyManager.DEFAULT_PAGE_SIZE;
}
