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