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() |
boolean |
getInheritPublishTo()
Returns whether the publish to principals for this media is inherited from its
parent folder . |
String |
getLegend() |
String |
getMediaFile() |
String |
getParentFolder() |
String |
getTitle() |
int |
getType() |
void |
setCredits(String credits) |
void |
setDescription(String description) |
void |
setInheritPublishTo(boolean inheritPublishTo)
Sets whether the publish to principals for this media is inherited from its
parent folder . |
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)
public boolean getInheritPublishTo()
parent folder
.true
if the publish to principals is inherited, false
otherwise.public void setInheritPublishTo(boolean inheritPublishTo)
parent folder
.inheritPublishTo
- true
if the publish to principals is inherited, false
otherwise.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.