public class MediaResumeConfig extends Object
Constructor and Description |
---|
MediaResumeConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAlbumContentId()
Returns the album content identifier.
|
long |
getLastModifiedDateTime()
Returns the last modified date.
|
String |
getMediaFile()
Returns the media file identifier.
|
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.
|
public String getMediaId()
public String getTitle()
public String getAlbumContentId()
public String getThumbnailMediaFile()
public int getPosition()
public long getLastModifiedDateTime()
public boolean isApproved()
public String getMediaFile()
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.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.