magoffin.matt.ma2.support
Class ShareAlbumCommand
java.lang.Object
magoffin.matt.ma2.support.ShareAlbumCommand
public class ShareAlbumCommand
- extends java.lang.Object
Command object for sharing an album.
- 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 |
ShareAlbumCommand
public ShareAlbumCommand()
isFeed
public boolean isFeed()
- Returns:
- the feed
setFeed
public void setFeed(boolean feed)
- Parameters:
feed
- the feed to set
getAlbumId
public java.lang.Long getAlbumId()
- Returns:
- Returns the albumId.
setAlbumId
public void setAlbumId(java.lang.Long albumId)
- Parameters:
albumId
- The albumId to set.
isShared
public boolean isShared()
- Returns:
- Returns the shared.
setShared
public void setShared(boolean shared)
- Parameters:
shared
- The shared to set.
getThemeId
public java.lang.Long getThemeId()
- Returns:
- Returns the themeId.
setThemeId
public void setThemeId(java.lang.Long themeId)
- Parameters:
themeId
- The themeId to set.
isBrowse
public boolean isBrowse()
- Returns:
- the browse
setBrowse
public void setBrowse(boolean browse)
- Parameters:
browse
- the browse to set
isApplyToChildren
public boolean isApplyToChildren()
- Returns:
- the applyToChildren
setApplyToChildren
public void setApplyToChildren(boolean applyToChildren)
- Parameters:
applyToChildren
- the applyToChildren to set
isOriginal
public boolean isOriginal()
- Returns:
- the original
setOriginal
public void setOriginal(boolean original)
- Parameters:
original
- the original to set