magoffin.matt.ma2.web
Class ViewSettingsForm.Command

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

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

Command class.


Constructor Summary
ViewSettingsForm.Command()
           
 
Method Summary
 MediaSpec getThumb()
           
 MediaSpec getView()
           
 void setThumb(MediaSpec thumb)
           
 void setView(MediaSpec view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewSettingsForm.Command

public ViewSettingsForm.Command()
Method Detail

getThumb

public MediaSpec getThumb()
Returns:
the thumb

setThumb

public void setThumb(MediaSpec thumb)
Parameters:
thumb - the thumb to set

getView

public MediaSpec getView()
Returns:
the view

setView

public void setView(MediaSpec view)
Parameters:
view - the view to set