magoffin.matt.ma2.web.service
Class SetAlbumParentController.Command

java.lang.Object
  extended by magoffin.matt.ma2.web.service.SetAlbumParentController.Command
Enclosing class:
SetAlbumParentController

public static class SetAlbumParentController.Command
extends java.lang.Object

Command object.


Constructor Summary
SetAlbumParentController.Command()
           
 
Method Summary
 java.lang.Long getAlbumId()
           
 java.lang.Long getParentAlbumId()
           
 void setAlbumId(java.lang.Long albumId)
           
 void setParentAlbumId(java.lang.Long parentAlbumId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetAlbumParentController.Command

public SetAlbumParentController.Command()
Method Detail

getAlbumId

public java.lang.Long getAlbumId()
Returns:
the albumId

setAlbumId

public void setAlbumId(java.lang.Long albumId)
Parameters:
albumId - the albumId to set

getParentAlbumId

public java.lang.Long getParentAlbumId()
Returns:
the parentAlbumId

setParentAlbumId

public void setParentAlbumId(java.lang.Long parentAlbumId)
Parameters:
parentAlbumId - the parentAlbumId to set