public abstract class DistributedPackage extends VersionedPackage
| Modifier and Type | Field and Description |
|---|---|
protected Autoload |
autoload |
protected Version |
detailedVersion |
protected Distribution |
dist |
protected Source |
source |
propertiessortOrderchangeSupport| Constructor and Description |
|---|
DistributedPackage() |
| Modifier and Type | Method and Description |
|---|---|
Autoload |
getAutoload()
Returns the
autoload entity. |
Distribution |
getDist()
Returns the
dist entity. |
Source |
getSource()
Returns the
source entity. |
String |
getType()
Returns the
type property. |
void |
setType(String type)
Sets the
type property. |
clone, getDetailedVersion, getVersion, setVersiongetDescription, getName, setDescription, setNamecloneProperties, 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, removePropertyChangeListenerprotected Autoload autoload
protected Distribution dist
protected Source source
protected transient Version detailedVersion
public String getType()
type property.type valuepublic void setType(String type)
type property.type - new type valuepublic Autoload getAutoload()
autoload entity.autoload entitypublic Distribution getDist()
dist entity.dist entitypublic Source getSource()
source entity.source entityCopyright © 2014. All rights reserved.