nl.gx.webmanager.cms.core
Interface RelatedMediaItemLink

All Superinterfaces:
RelatedLink, Wrapper

public interface RelatedMediaItemLink
extends RelatedLink

Extends RelatedLink with a method to get the associated media item.

See Also:
RelatedLink, MediaItem

Method Summary
 MediaItem getMediaItem()
          Return the associated media item.
 void setMediaItem(MediaItem mediaItem)
          Sets the associated media item
 
Methods inherited from interface nl.gx.webmanager.cms.core.RelatedLink
getCode, getEditLink, getLink, getLink, getLinkModel, getPopUpProperties, getTarget, setCode, setLinkModel
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getMediaItem

MediaItem getMediaItem()
Return the associated media item.

Returns:
the associated media item.

setMediaItem

void setMediaItem(MediaItem mediaItem)
Sets the associated media item

Parameters:
mediaItem - the media item
Since:
9.12.0


Copyright © 2007-2011 GX Software BV. All Rights Reserved.