org.gcube.datatransformation.datatransformationlibrary.model
Class SoftwarePackage

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.model.SoftwarePackage

public class SoftwarePackage
extends Object

Author:
Dimitris Katris, NKUA

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

SoftwarePackage

public SoftwarePackage()
Method Detail

getId

public String getId()
Returns the id of the package.

Returns:
The id of hte package.

setId

public void setId(String id)
Sets the id of the package.

Parameters:
id - The id of the package.

getLocation

public URL getLocation()
Returns the location of the package.

Returns:
the location of the package.

setLocation

public void setLocation(URL location)
Sets the location of the package.

Parameters:
location - the location of the package.


Copyright © 2013. All Rights Reserved.