magoffin.matt.ma2.support
Class AlbumFeedCommand

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

public class AlbumFeedCommand
extends java.lang.Object

Command object for user album feed.

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

Constructor Summary
AlbumFeedCommand()
           
 
Method Summary
 java.util.Date getEntriesSince()
           
 int getMaxEntries()
           
 java.lang.String getUserKey()
           
 void setEntriesSince(java.util.Date entriesSince)
           
 void setMaxEntries(int maxEntries)
           
 void setUserKey(java.lang.String userKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumFeedCommand

public AlbumFeedCommand()
Method Detail

getUserKey

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

setUserKey

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

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