magoffin.matt.ma2.support
Class AddThemeCommand
java.lang.Object
   magoffin.matt.ma2.support.AddThemeCommand
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)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AddThemeCommand
public AddThemeCommand()
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