org.gcube.portlets.user.applicationnews.shared
Class LinkPreview

java.lang.Object
  extended by org.gcube.portlets.user.applicationnews.shared.LinkPreview
All Implemented Interfaces:
Serializable

public class LinkPreview
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LinkPreview()
           
LinkPreview(String title, String description, String linkThumbnailUrl, org.gcube.portal.databook.shared.ImageType imageType)
           
 
Method Summary
 String getDescription()
           
 org.gcube.portal.databook.shared.ImageType getImageType()
           
 String getLinkThumbnailUrl()
           
 String getTitle()
           
 void setDescription(String description)
           
 void setImageType(org.gcube.portal.databook.shared.ImageType imageType)
           
 void setLinkThumbnailUrl(String linkThumbnailUrl)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkPreview

public LinkPreview()

LinkPreview

public LinkPreview(String title,
                   String description,
                   String linkThumbnailUrl,
                   org.gcube.portal.databook.shared.ImageType imageType)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLinkThumbnailUrl

public String getLinkThumbnailUrl()

setLinkThumbnailUrl

public void setLinkThumbnailUrl(String linkThumbnailUrl)

getImageType

public org.gcube.portal.databook.shared.ImageType getImageType()

setImageType

public void setImageType(org.gcube.portal.databook.shared.ImageType imageType)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.