|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.model.SoftwarePackage
public class SoftwarePackage
SoftwarePackage is a package which contains one or more programs or dependencies of a program.
| Constructor Summary | |
|---|---|
SoftwarePackage()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoftwarePackage()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||