magoffin.matt.ma2.support
Class BrowseAlbumsCommand

java.lang.Object
  extended by magoffin.matt.ma2.support.BrowseAlbumsCommand

public class BrowseAlbumsCommand
extends java.lang.Object

Command object for supporing browsing of media items.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
Matt Magoffin (spamsqr@msqr.us)

Field Summary
static java.lang.String MODE_ALBUM_FEED
          The mode for an album feed.
static java.lang.String MODE_ALBUMS
          The default value for the mode property.
 
Constructor Summary
BrowseAlbumsCommand()
           
 
Method Summary
 java.util.Date getEntriesSince()
           
 java.util.Locale getLocale()
           
 int getMaxEntries()
           
 java.lang.String getMode()
           
 java.lang.String getSection()
           
 java.lang.String getUserKey()
           
 void setEntriesSince(java.util.Date entriesSince)
           
 void setLocale(java.util.Locale locale)
           
 void setMaxEntries(int maxEntries)
           
 void setMode(java.lang.String mode)
           
 void setSection(java.lang.String section)
           
 void setUserKey(java.lang.String userKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_ALBUMS

public static final java.lang.String MODE_ALBUMS
The default value for the mode property.

See Also:
Constant Field Values

MODE_ALBUM_FEED

public static final java.lang.String MODE_ALBUM_FEED
The mode for an album feed.

See Also:
Constant Field Values
Constructor Detail

BrowseAlbumsCommand

public BrowseAlbumsCommand()
Method Detail

getEntriesSince

public java.util.Date getEntriesSince()
Returns:
the entriesSince

setEntriesSince

public void setEntriesSince(java.util.Date entriesSince)
Parameters:
entriesSince - the entriesSince to set

getMaxEntries

public int getMaxEntries()
Returns:
the maxEntries

setMaxEntries

public void setMaxEntries(int maxEntries)
Parameters:
maxEntries - the maxEntries to set

getUserKey

public java.lang.String getUserKey()
Returns:
the userKey

setUserKey

public void setUserKey(java.lang.String userKey)
Parameters:
userKey - the userKey to set

getMode

public java.lang.String getMode()
Returns:
the mode

setMode

public void setMode(java.lang.String mode)
Parameters:
mode - the mode to set

getLocale

public java.util.Locale getLocale()
Returns:
the locale

setLocale

public void setLocale(java.util.Locale locale)
Parameters:
locale - the locale to set

getSection

public java.lang.String getSection()
Returns:
the section

setSection

public void setSection(java.lang.String section)
Parameters:
section - the section to set