org.exoplatform.commons.embedder
Class ExoMedia

java.lang.Object
  extended by org.exoplatform.commons.embedder.ExoMedia

public class ExoMedia
extends Object

Since:
4.0.0-GA

Constructor Summary
ExoMedia()
           
 
Method Summary
 String getDescription()
           
 String getHtml()
           
 String getProvider()
           
 String getTitle()
           
 String getType()
           
 String getUrl()
           
 void setDescription(String description)
           
 void setHtml(String html)
           
 void setProvider(String provider)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExoMedia

public ExoMedia()
Method Detail

setTitle

public void setTitle(String title)

getTitle

public String getTitle()

setType

public void setType(String type)

getType

public String getType()

setUrl

public void setUrl(String url)

getUrl

public String getUrl()

setDescription

public void setDescription(String description)

getDescription

public String getDescription()

setHtml

public void setHtml(String html)

getHtml

public String getHtml()

setProvider

public void setProvider(String provider)

getProvider

public String getProvider()


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.