lumis.service.media
Class Media

Package class diagram package Media
java.lang.Object
  extended by lumis.service.media.Media

public class Media
extends Object

Entity class for an media from the Media Service

Since:
7.0.0

Field Summary
static int TYPE_FOLDER
           
static int TYPE_MEDIA
           
 
Constructor Summary
Media()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_MEDIA

public static final int TYPE_MEDIA
See Also:
Constant Field Values

TYPE_FOLDER

public static final int TYPE_FOLDER
See Also:
Constant Field Values
Constructor Detail

Media

public Media()
Method Detail

getId

public String getId()

getMediaFile

public String getMediaFile()

setMediaFile

public void setMediaFile(String mediaFile)

getLegend

public String getLegend()

setLegend

public void setLegend(String legend)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getType

public int getType()

setType

public void setType(int type)

getParentFolder

public String getParentFolder()

setParentFolder

public void setParentFolder(String parentFolder)

getCredits

public String getCredits()

setCredits

public void setCredits(String credits)


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