com.liferay.util
Class Screenshot

java.lang.Object
  extended by com.liferay.util.Screenshot

public class Screenshot
extends java.lang.Object

View Source

Author:
Jorge Ferrer

Constructor Summary
Screenshot()
           
 
Method Summary
 java.lang.String getLargeImageURL()
           
 java.lang.String getThumbnailURL()
           
 void setLargeImageURL(java.lang.String largeImageURL)
           
 void setThumbnailURL(java.lang.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

getThumbnailURL

public java.lang.String getThumbnailURL()

setThumbnailURL

public void setThumbnailURL(java.lang.String thumbnailURL)

getLargeImageURL

public java.lang.String getLargeImageURL()

setLargeImageURL

public void setLargeImageURL(java.lang.String largeImageURL)