nl.surfnet.coin.portal.model
Class JsonGadgetSpec
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonGadgetSpec
public JsonGadgetSpec()
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.