nl.gx.webmanager.cms.mediarepository
Interface MediaItemMultimediaFormatVersion


public interface MediaItemMultimediaFormatVersion

Representation of multimedia media item.


Method Summary
 MediaMultimediaFormat getFormat()
          Get the format associated with this format version object.
 java.lang.String getUrl()
          Get the URL which points to this multimedia stream
 void setFormat(MediaMultimediaFormat format)
          Set the format which this format version is for.
 void setUrl(java.lang.String url)
          Set the URL pointing to this multimedia stream
 

Method Detail

getUrl

java.lang.String getUrl()
Get the URL which points to this multimedia stream

Returns:
URL as a string.

setUrl

void setUrl(java.lang.String url)
Set the URL pointing to this multimedia stream

Parameters:
url - The URL string complete with http:// etc.

getFormat

MediaMultimediaFormat getFormat()
Get the format associated with this format version object.

Returns:
the format

setFormat

void setFormat(MediaMultimediaFormat format)
Set the format which this format version is for.

Parameters:
format -


Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.