public class SoftwarePackage extends Object
SoftwarePackage is a package which contains one or more programs or dependencies of a program.
| Constructor and Description |
|---|
SoftwarePackage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the package.
|
URL |
getLocation()
Returns the location of the package.
|
void |
setId(String id)
Sets the id of the package.
|
void |
setLocation(URL location)
Sets the location of the package.
|
public String getId()
public void setId(String id)
id - The id of the package.public URL getLocation()
public void setLocation(URL location)
location - the location of the package.Copyright © 2014. All Rights Reserved.