|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.service.mediaalbum.MediaResumeConfig
public class MediaResumeConfig
Auxiliary resumed media entity, used to persists the media attributes.
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 |
---|
public MediaResumeConfig()
Method Detail |
---|
public String getMediaId()
public String getTitle()
public String getAlbumContentId()
public String getThumbnailMediaFile()
public int getPosition()
public long getLastModifiedDateTime()
public boolean isApproved()
public void setMediaId(String mediaId)
mediaId
- the media identifier.public void setTitle(String title)
title
- the media title.public void setAlbumContentId(String albumContentId)
albumContentId
- the album content identifier.public void setThumbnailMediaFile(String thumbnailMediaFile)
thumbnailMediaFile
- the thumbnail media file.public void setPosition(int position)
orderInAlbum
- the current order of the media in their album.public void setLastModifiedDateTime(long lastModifiedDateTime)
lastModifiedDateTime
- the last modified date.public void setApproved(boolean approved)
approved
- indicates whether this media has been approved or not.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |