org.exoplatform.social.common.embedder
Class ExoSocialMedia

java.lang.Object
  extended by org.exoplatform.social.common.embedder.ExoSocialMedia

public class ExoSocialMedia
extends Object

Since:
4.0.0-GA

Constructor Summary
ExoSocialMedia()
           
 
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

ExoSocialMedia

public ExoSocialMedia()
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-2013 eXo Platform SAS. All Rights Reserved.