magoffin.matt.ma2.support
Class BrowseAlbumsCommand
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BrowseAlbumsCommand
public BrowseAlbumsCommand()
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