public class MinimalPackage extends JsonObject
propertiessortOrderchangeSupport| 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. |
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, setbuildJson, clear, doParse, get, getOwnProperties, has, parseField, remove, set, sizeappendSortOrder, fromJson, fromJson, fromJson, fromJson, getFieldByName, getFieldName, getFieldNames, getFields, getJsonValue, listen, toJsonaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic MinimalPackage()
public MinimalPackage(Object json)
public MinimalPackage(String json) throws ParseException
ParseExceptionpublic MinimalPackage(File file) throws IOException, ParseException
IOExceptionParseExceptionpublic MinimalPackage(Reader reader) throws IOException, ParseException
IOExceptionParseExceptionpublic 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 © 2014. All rights reserved.