org.gcube.portlets.admin.software_upload_wizard.shared.softwareprofile
Class PackageData

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.shared.softwareprofile.PackageData
All Implemented Interfaces:
Serializable

public class PackageData
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class PackageData.PackageType
           
 
Constructor Summary
PackageData(PackageData.PackageType packageType)
           
 
Method Summary
 String getDescription()
           
 ArrayList<String> getEntrypoints()
           
 String getName()
           
 PackageData.PackageType getPackageType()
           
 ArrayList<PortType> getPortTypes()
           
 TargetService getTargetService()
           
 Version getVersion()
           
 void setDescription(String description)
           
 void setEntrypoints(ArrayList<String> entrypoints)
           
 void setName(String name)
           
 void setPackageType(PackageData.PackageType packageType)
           
 void setPortTypes(ArrayList<PortType> portTypes)
           
 void setTargetService(TargetService targetService)
           
 void setVersion(Version version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageData

public PackageData(PackageData.PackageType packageType)
Method Detail

getTargetService

public TargetService getTargetService()

setTargetService

public void setTargetService(TargetService targetService)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getVersion

public Version getVersion()

setVersion

public void setVersion(Version version)

getPackageType

public PackageData.PackageType getPackageType()

setPackageType

public void setPackageType(PackageData.PackageType packageType)

getEntrypoints

public ArrayList<String> getEntrypoints()

setEntrypoints

public void setEntrypoints(ArrayList<String> entrypoints)

getPortTypes

public ArrayList<PortType> getPortTypes()

setPortTypes

public void setPortTypes(ArrayList<PortType> portTypes)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.