public class Media extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_FOLDER |
static int |
TYPE_MEDIA |
Constructor and Description |
---|
Media() |
Modifier and Type | Method and Description |
---|---|
String |
getCredits() |
String |
getDescription() |
String |
getId() |
String |
getLegend() |
String |
getMediaFile() |
String |
getParentFolder() |
String |
getTitle() |
int |
getType() |
void |
setCredits(String credits) |
void |
setDescription(String description) |
void |
setLegend(String legend) |
void |
setMediaFile(String mediaFile) |
void |
setParentFolder(String parentFolder) |
void |
setTitle(String title) |
void |
setType(int type) |
public static final int TYPE_MEDIA
public static final int TYPE_FOLDER
public String getId()
public String getMediaFile()
public void setMediaFile(String mediaFile)
public String getLegend()
public void setLegend(String legend)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public int getType()
public void setType(int type)
public String getParentFolder()
public void setParentFolder(String parentFolder)
public String getCredits()
public void setCredits(String credits)
Lumisportal 9.0.0.160603 - Copyright © 2006–2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.