de.umass.lastfm
Class Period

java.lang.Object
  extended byde.umass.lastfm.Period

public class Period
extends Object

Author:
Janni Kovacs

Field Summary
static String OVERALL
           
static String SIX_MONTHS
           
static String THREE_MONTHS
           
static String TWELVE_MONTHS
           
 
Constructor Summary
Period()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OVERALL

public static final String OVERALL
See Also:
Constant Field Values

THREE_MONTHS

public static final String THREE_MONTHS
See Also:
Constant Field Values

SIX_MONTHS

public static final String SIX_MONTHS
See Also:
Constant Field Values

TWELVE_MONTHS

public static final String TWELVE_MONTHS
See Also:
Constant Field Values
Constructor Detail

Period

public Period()