public class MinimalPackage extends JsonObject
propertieschangeSupport| Constructor and Description |
|---|
MinimalPackage() |
MinimalPackage(File file) |
MinimalPackage(Object json) |
MinimalPackage(Reader reader) |
MinimalPackage(String json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the
description property. |
String |
getName()
Returns the
name property. |
Object |
prepareJson(LinkedList<String> fields) |
void |
setDescription(String description)
Sets the
description property. |
void |
setName(String name)
Sets the
name property. |
cloneProperties, getAsArray, getAsBoolean, getAsFloat, getAsInteger, getAsObject, getAsRaw, getAsString, initialize, is, isArray, isObject, setclear, get, getOwnProperties, has, parse, parseField, parseValue, remove, set, sizefromJson, fromJson, fromJson, fromJson, getFieldByName, getFieldName, getFields, listen, prepareJsonValue, toJsonaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic MinimalPackage()
public MinimalPackage(Object json)
public MinimalPackage(String json)
public MinimalPackage(File file) throws IOException
IOExceptionpublic MinimalPackage(Reader reader) throws IOException
IOExceptionpublic Object prepareJson(LinkedList<String> fields)
prepareJson in class AbstractJsonObject<JsonValue>public String getName()
name property.name valuepublic void setName(String name)
name property.name - the new name valuepublic String getDescription()
description property.public void setDescription(String description)
description property.description - the new description valueCopyright © 2013. All Rights Reserved.