lumis.service.mediaalbum
Class MediaResumeConfig

Package class diagram package MediaResumeConfig
java.lang.Object
  extended by lumis.service.mediaalbum.MediaResumeConfig

public class MediaResumeConfig
extends Object

Auxiliary resumed media entity, used to persists the media attributes.

Since:
7.0.0

Constructor Summary
MediaResumeConfig()
           
 
Method Summary
 String getAlbumContentId()
          Returns the album content identifier.
 long getLastModifiedDateTime()
          Returns the last modified date.
 String getMediaId()
          Returns the media identifier.
 int getPosition()
          Returns the current order of the media in their album.
 String getThumbnailMediaFile()
          Returns the thumbnail media file.
 String getTitle()
          Returns the media title.
 boolean isApproved()
          Returns whether this media is approved or not.
 void setAlbumContentId(String albumContentId)
          Sets the album content identifier.
 void setApproved(boolean approved)
          Sets whether this media has been approved or not.
 void setLastModifiedDateTime(long lastModifiedDateTime)
          Sets the last modified date.
 void setMediaId(String mediaId)
          Sets the media Id.
 void setPosition(int position)
          Sets the current order of the media in their album.
 void setThumbnailMediaFile(String thumbnailMediaFile)
          Sets the thumbnail media file.
 void setTitle(String title)
          Sets the media title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaResumeConfig

public MediaResumeConfig()
Method Detail

getMediaId

public String getMediaId()
Returns the media identifier.

Returns:
the media identifier
Since:
7.0.0

getTitle

public String getTitle()
Returns the media title.

Returns:
the media title.
Since:
7.0.0

getAlbumContentId

public String getAlbumContentId()
Returns the album content identifier.

Returns:
the album content identifier.
Since:
7.0.0

getThumbnailMediaFile

public String getThumbnailMediaFile()
Returns the thumbnail media file.

Returns:
the thumbnail media file
Since:
7.0.0

getPosition

public int getPosition()
Returns the current order of the media in their album.

Returns:
the current order of the media in their album
Since:
7.0.0

getLastModifiedDateTime

public long getLastModifiedDateTime()
Returns the last modified date.

Returns:
the last modified date
Since:
7.0.0

isApproved

public boolean isApproved()
Returns whether this media is approved or not.

Returns:
whether this media is approved or not.
Since:
7.0.0

setMediaId

public void setMediaId(String mediaId)
Sets the media Id.

Parameters:
mediaId - the media identifier.
Since:
7.0.0

setTitle

public void setTitle(String title)
Sets the media title.

Parameters:
title - the media title.
Since:
7.0.0

setAlbumContentId

public void setAlbumContentId(String albumContentId)
Sets the album content identifier.

Parameters:
albumContentId - the album content identifier.
Since:
7.0.0

setThumbnailMediaFile

public void setThumbnailMediaFile(String thumbnailMediaFile)
Sets the thumbnail media file.

Parameters:
thumbnailMediaFile - the thumbnail media file.
Since:
7.0.0

setPosition

public void setPosition(int position)
Sets the current order of the media in their album.

Parameters:
orderInAlbum - the current order of the media in their album.
Since:
7.0.0

setLastModifiedDateTime

public void setLastModifiedDateTime(long lastModifiedDateTime)
Sets the last modified date.

Parameters:
lastModifiedDateTime - the last modified date.
Since:
7.0.0

setApproved

public void setApproved(boolean approved)
Sets whether this media has been approved or not.

Parameters:
approved - indicates whether this media has been approved or not.
Since:
7.0.0


Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.