public class JsonGadgetSpec extends Object
org.apache.shindig.gadgets.spec.GadgetSpec,
just to get a few properties in the Json parser| Constructor and Description |
|---|
JsonGadgetSpec() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getAuthor()
public void setAuthor(String author)
public String getAuthorEmail()
public void setAuthorEmail(String authorEmail)
public String getScreenshot()
public void setScreenshot(String screenshot)
public String getThumbnail()
public void setThumbnail(String thumbnail)
public boolean containsErrors()
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.