com.ls
Interface IBaseConstants


public interface IBaseConstants

This interface contains all base constants of living systems.

Version:
$Revision: 1.0 $
Author:
Last modified by $Author: PMandal $

Field Summary
static int DAY
          One day in milli seconds.
static int DEFAULT_STRING_BUFFER_SIZE
          The default size of a string buffer.
static int HOUR
          One hour in milli seconds.
static int MINUTE
          One minute in milli seconds.
static int SECOND
          One second in milli seconds.
static int WEEK
          One week in milli seconds.
 

Field Detail

DEFAULT_STRING_BUFFER_SIZE

public static final int DEFAULT_STRING_BUFFER_SIZE
The default size of a string buffer. Should be used for every creation of a string buffer.

SECOND

public static final int SECOND
One second in milli seconds.

MINUTE

public static final int MINUTE
One minute in milli seconds.

HOUR

public static final int HOUR
One hour in milli seconds.

DAY

public static final int DAY
One day in milli seconds.

WEEK

public static final int WEEK
One week in milli seconds.