uk.ac.ebi.intact.application.search2.business
Class Constants

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.search2.business.Constants

public class Constants
extends java.lang.Object

Version:
$Id: Constants.java,v 1.2 2004/01/31 11:41:33 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)

Field Summary
static java.lang.String LOGGER_NAME
          Name of the Log4J logger
static int MAX_CHUNK_SIZE
          Number of items to display when the display is chunked.
static int NO_CHUNK_SELECTED
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_NAME

public static final java.lang.String LOGGER_NAME
Name of the Log4J logger

See Also:
Constant Field Values

MAX_CHUNK_SIZE

public static final int MAX_CHUNK_SIZE
Number of items to display when the display is chunked. ie. count of interactions per chunk when an experiment contains too many of them.

See Also:
Constant Field Values

NO_CHUNK_SELECTED

public static final int NO_CHUNK_SELECTED
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk