nl.surfnet.coin.portal.model
Class JsonGadgetSpec

java.lang.Object
  extended by nl.surfnet.coin.portal.model.JsonGadgetSpec

public class JsonGadgetSpec
extends Object

Simplification of the org.apache.shindig.gadgets.spec.GadgetSpec, just to get a few properties in the Json parser


Constructor Summary
JsonGadgetSpec()
           
 
Method Summary
 boolean containsErrors()
           
 String getAuthor()
           
 String getAuthorEmail()
           
 String getDescription()
           
 List<String> getErrors()
           
 String getScreenshot()
           
 String getThumbnail()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setAuthorEmail(String authorEmail)
           
 void setDescription(String description)
           
 void setErrors(List<String> errors)
           
 void setScreenshot(String screenshot)
           
 void setThumbnail(String thumbnail)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonGadgetSpec

public JsonGadgetSpec()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getAuthorEmail

public String getAuthorEmail()

setAuthorEmail

public void setAuthorEmail(String authorEmail)

getScreenshot

public String getScreenshot()

setScreenshot

public void setScreenshot(String screenshot)

getThumbnail

public String getThumbnail()

setThumbnail

public void setThumbnail(String thumbnail)

getErrors

public List<String> getErrors()

setErrors

public void setErrors(List<String> errors)

containsErrors

public boolean containsErrors()


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.