magoffin.matt.ma2.support
Class AddMediaCommand
java.lang.Object
   magoffin.matt.ma2.support.AddMediaCommand
magoffin.matt.ma2.support.AddMediaCommand
- public class AddMediaCommand 
- extends java.lang.Object
Command object for adding new media.
- Version:
- $Revision: 78 $ $Date: 2007-12-02 18:15:04 +1300 (Sun, 02 Dec 2007) $
- Author:
- matt.magoffin
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AddMediaCommand
public AddMediaCommand()
getMetaXmlFile
public magoffin.matt.util.TemporaryFile getMetaXmlFile()
- 
- Returns:
- the metaXmlFile
 
setMetaXmlFile
public void setMetaXmlFile(magoffin.matt.util.TemporaryFile metaXmlFile)
- 
- Parameters:
- metaXmlFile- the metaXmlFile to set
 
getMediaTz
public java.lang.String getMediaTz()
- 
- Returns:
- the mediaTz
 
setMediaTz
public void setMediaTz(java.lang.String mediaTz)
- 
- Parameters:
- mediaTz- the mediaTz to set
 
getLocalTz
public java.lang.String getLocalTz()
- 
- Returns:
- the tz
 
setLocalTz
public void setLocalTz(java.lang.String tz)
- 
- Parameters:
- tz- the tz to set
 
isAutoAlbum
public boolean isAutoAlbum()
- 
- Returns:
- Returns the autoAlbum.
 
setAutoAlbum
public void setAutoAlbum(boolean autoAlbum)
- 
- Parameters:
- autoAlbum- The autoAlbum to set.
 
getCollectionId
public java.lang.Long getCollectionId()
- 
- Returns:
- Returns the collectionId.
 
setCollectionId
public void setCollectionId(java.lang.Long collectionId)
- 
- Parameters:
- collectionId- The collectionId to set.
 
getTempFile
public magoffin.matt.util.TemporaryFile getTempFile()
- 
- Returns:
- Returns the tempFile.
 
setTempFile
public void setTempFile(magoffin.matt.util.TemporaryFile tempFile)
- 
- Parameters:
- tempFile- The tempFile to set.