magoffin.matt.ma2.support
Class AddThemeCommand

java.lang.Object
  extended by magoffin.matt.ma2.support.AddThemeCommand

public class AddThemeCommand
extends java.lang.Object

Command object for adding (or modifying) Theme resources.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
Matt Magoffin (spamsqr@msqr.us)

Constructor Summary
AddThemeCommand()
           
 
Method Summary
 magoffin.matt.util.TemporaryFile getTempFile()
           
 Theme getTheme()
           
 java.lang.Long getThemeId()
           
 void setTempFile(magoffin.matt.util.TemporaryFile tempFile)
           
 void setTheme(Theme theme)
           
 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

AddThemeCommand

public AddThemeCommand()
Method Detail

getTempFile

public magoffin.matt.util.TemporaryFile getTempFile()
Returns:
the tempFile

setTempFile

public void setTempFile(magoffin.matt.util.TemporaryFile tempFile)
Parameters:
tempFile - the tempFile to set

getTheme

public Theme getTheme()
Returns:
the theme

setTheme

public void setTheme(Theme theme)
Parameters:
theme - the theme to set

getThemeId

public java.lang.Long getThemeId()
Returns:
the themeId

setThemeId

public void setThemeId(java.lang.Long themeId)
Parameters:
themeId - the themeId to set