magoffin.matt.ma2.support
Class ShareAlbumCommand

java.lang.Object
  extended by 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)

Constructor Summary
ShareAlbumCommand()
           
 
Method Summary
 java.lang.Long getAlbumId()
           
 java.lang.Long getThemeId()
           
 boolean isApplyToChildren()
           
 boolean isBrowse()
           
 boolean isFeed()
           
 boolean isOriginal()
           
 boolean isShared()
           
 void setAlbumId(java.lang.Long albumId)
           
 void setApplyToChildren(boolean applyToChildren)
           
 void setBrowse(boolean browse)
           
 void setFeed(boolean feed)
           
 void setOriginal(boolean original)
           
 void setShared(boolean shared)
           
 void setThemeId(java.lang.Long themeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShareAlbumCommand

public ShareAlbumCommand()
Method Detail

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