org.gcube.vremanagement.softwaregateway.impl.coordinates
Class GCubeCoordinates

java.lang.Object
  extended by org.gcube.vremanagement.softwaregateway.impl.coordinates.Coordinates
      extended by org.gcube.vremanagement.softwaregateway.impl.coordinates.GCubeCoordinates
All Implemented Interfaces:
Serializable

public class GCubeCoordinates
extends Coordinates
implements Serializable

Defines a set of gcube coordinates

Author:
Roberto Cirillo (ISTI - CNR)
See Also:
Serialized Form

Field Summary
protected  org.gcube.common.core.utils.logging.GCUBELog logger
           
 
Fields inherited from class org.gcube.vremanagement.softwaregateway.impl.coordinates.Coordinates
artifactId, groupId, packageName, packageVersion, serviceClass, serviceName, serviceVersion, version
 
Constructor Summary
GCubeCoordinates(String sn, String sc, String sv, String pn, String pv)
           
 
Method Summary
 Coordinates convert()
           
 
Methods inherited from class org.gcube.vremanagement.softwaregateway.impl.coordinates.Coordinates
getArtifactId, getGroupId, getPackageName, getPackageVersion, getServiceClass, getServiceName, getServiceVersion, getVersion, setArtifactId, setGroupId, setPackageName, setPackageVersion, setServiceClass, setServiceName, setServiceVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail

GCubeCoordinates

public GCubeCoordinates(String sn,
                        String sc,
                        String sv,
                        String pn,
                        String pv)
                 throws BadCoordinatesException
Throws:
BadCoordinatesException
Method Detail

convert

public Coordinates convert()
                    throws BadCoordinatesException
Specified by:
convert in class Coordinates
Throws:
BadCoordinatesException


Copyright © 2013. All Rights Reserved.