Liferay 6.2-ce-ga5

com.liferay.portal.kernel.plugin
Class Screenshot

java.lang.Object
  extended by com.liferay.portal.kernel.plugin.Screenshot
Direct Known Subclasses:
Screenshot

public class Screenshot
extends Object


Constructor Summary
Screenshot()
           
 
Method Summary
 String getLargeImageURL()
           
 String getThumbnailURL()
           
 void setLargeImageURL(String largeImageURL)
           
 void setThumbnailURL(String thumbnailURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screenshot

public Screenshot()
Method Detail

getLargeImageURL

public String getLargeImageURL()

getThumbnailURL

public String getThumbnailURL()

setLargeImageURL

public void setLargeImageURL(String largeImageURL)

setThumbnailURL

public void setThumbnailURL(String thumbnailURL)

Liferay 6.2-ce-ga5