-
public final class Package
-
-
Field Summary
Fields Modifier and Type Field Description private Instanceinstanceprivate Stringgroupprivate Stringnameprivate Stringversionprivate Stringpathprivate StringdownloadNameprivate Longcreatedprivate LonglastModifiedprivate LonglastUnpackedprivate LonglastUnwrappedprivate LonglastWrappedprivate Longsizeprivate List<PackageDependency>dependenciesprivate List<PackageFilter>filtersprivate final Stringcoordinatesprivate final StringdependencyNotationprivate final Booleanbuiltprivate final DatebuildDateprivate final Booleaninstalledprivate final DateinstalledDateprivate final LonglastTouchedprivate final DatetouchDate
-
Method Summary
-
-
Method Detail
-
getInstance
final Instance getInstance()
-
getVersion
final String getVersion()
-
getDownloadName
final String getDownloadName()
-
getCreated
final Long getCreated()
-
getLastModified
final Long getLastModified()
-
getLastUnpacked
final Long getLastUnpacked()
-
getLastUnwrapped
final Long getLastUnwrapped()
-
getLastWrapped
final Long getLastWrapped()
-
getDependencies
final List<PackageDependency> getDependencies()
-
getFilters
final List<PackageFilter> getFilters()
-
getCoordinates
final String getCoordinates()
-
getDependencyNotation
final String getDependencyNotation()
-
getBuildDate
final Date getBuildDate()
-
getInstalled
final Boolean getInstalled()
-
getInstalledDate
final Date getInstalledDate()
-
getLastTouched
final Long getLastTouched()
-
getTouchDate
final Date getTouchDate()
-
setInstance
final Unit setInstance(Instance instance)
-
setVersion
final Unit setVersion(String version)
-
setDownloadName
final Unit setDownloadName(String downloadName)
-
setCreated
final Unit setCreated(Long created)
-
setLastModified
final Unit setLastModified(Long lastModified)
-
setLastUnpacked
final Unit setLastUnpacked(Long lastUnpacked)
-
setLastUnwrapped
final Unit setLastUnwrapped(Long lastUnwrapped)
-
setLastWrapped
final Unit setLastWrapped(Long lastWrapped)
-
setDependencies
final Unit setDependencies(List<PackageDependency> dependencies)
-
setFilters
final Unit setFilters(List<PackageFilter> filters)
-
-
-
-