org.gcube.common.core.resources.service
Class MainPackage

java.lang.Object
  extended by org.gcube.common.core.resources.service.Package
      extended by org.gcube.common.core.resources.service.MainPackage

public class MainPackage
extends Package


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.common.core.resources.service.Package
Package.GHNRequirement, Package.MavenCoordinate, Package.ScopeLevel
 
Field Summary
protected  boolean deployable
           
protected  String garArchive
           
protected  List<PortType> porttypes
           
protected  List<PortType.Function> serviceEquivalenceFunctions
           
 
Fields inherited from class org.gcube.common.core.resources.service.Package
coordinates, description
 
Constructor Summary
MainPackage()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getGarArchive()
           
 List<PortType> getPorttypes()
           
 List<PortType.Function> getServiceEquivalenceFunctions()
           
 boolean isDeployable()
           
 void setDeployable(boolean deployable)
           
 void setGarArchive(String garArchive)
           
 void setServiceEquivalenceFunctions(List<PortType.Function> serviceEquivalenceFunctions)
           
 
Methods inherited from class org.gcube.common.core.resources.service.Package
getDependencies, getDescription, getGHNRequirements, getInstallScripts, getMandatoryLevel, getMavenCoordinate, getMultiVersion, getName, getRebootScripts, getSharingLevel, getSpecificData, getTargetPlatform, getUninstallScripts, getVersion, setDescription, setGHNRequirements, setInstallScripts, setMandatoryLevel, setMavenCoordinates, setMultiVersion, setName, setRebootScripts, setSharingLevel, setSpecificData, setTargetPlatform, setUninstallScripts, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deployable

protected boolean deployable

garArchive

protected String garArchive

serviceEquivalenceFunctions

protected List<PortType.Function> serviceEquivalenceFunctions

porttypes

protected List<PortType> porttypes
Constructor Detail

MainPackage

public MainPackage()
Method Detail

isDeployable

public boolean isDeployable()

setDeployable

public void setDeployable(boolean deployable)

getGarArchive

public String getGarArchive()

setGarArchive

public void setGarArchive(String garArchive)

getServiceEquivalenceFunctions

public List<PortType.Function> getServiceEquivalenceFunctions()

setServiceEquivalenceFunctions

public void setServiceEquivalenceFunctions(List<PortType.Function> serviceEquivalenceFunctions)

getPorttypes

public List<PortType> getPorttypes()

equals

public boolean equals(Object obj)
Overrides:
equals in class Package


Copyright © 2012. All Rights Reserved.