magoffin.matt.ma2.support
Class MediaInfoCommand
java.lang.Object
magoffin.matt.ma2.support.MediaInfoCommand
public class MediaInfoCommand
- extends java.lang.Object
Command object for storing media item info (metadata).
- 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 |
MediaInfoCommand
public MediaInfoCommand()
getCopyright
public java.lang.String getCopyright()
- Returns:
- the copyright
setCopyright
public void setCopyright(java.lang.String copyright)
- Parameters:
copyright
- the copyright to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getComments
public java.lang.String getComments()
- Returns:
- the comments
setComments
public void setComments(java.lang.String comments)
- Parameters:
comments
- the comments to set
getItemIds
public java.lang.Long[] getItemIds()
- Returns:
- the itemIds
setItemIds
public void setItemIds(java.lang.Long[] itemIds)
- Parameters:
itemIds
- the itemIds to set
getTags
public java.lang.String getTags()
- Returns:
- the tags
setTags
public void setTags(java.lang.String tags)
- Parameters:
tags
- the tags to set
getDate
public java.util.Calendar getDate()
- Returns:
- the date
setDate
public void setDate(java.util.Calendar date)
- Parameters:
date
- the date to set
getDisplayTimeZone
public java.util.TimeZone getDisplayTimeZone()
- Returns:
- the displayTimeZone
setDisplayTimeZone
public void setDisplayTimeZone(java.util.TimeZone displayTimeZone)
- Parameters:
displayTimeZone
- the displayTimeZone to set
getMediaTimeZone
public java.util.TimeZone getMediaTimeZone()
- Returns:
- the mediaTimeZone
setMediaTimeZone
public void setMediaTimeZone(java.util.TimeZone mediaTimeZone)
- Parameters:
mediaTimeZone
- the mediaTimeZone to set