org.gcube.portlets.admin.software_upload_wizard.shared.rpc.maven
Class MavenCoordinates

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.shared.rpc.maven.MavenCoordinates
All Implemented Interfaces:
Serializable

public class MavenCoordinates
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String artifactId
           
protected  String groupId
           
protected  String packaging
           
protected  String version
           
 
Constructor Summary
MavenCoordinates(String groupId, String artifactId, String version)
           
MavenCoordinates(String groupId, String artifactId, String version, String packaging)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getArtifactId()
           
 String getGroupId()
           
 String getPackaging()
           
 String getVersion()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

groupId

protected String groupId

artifactId

protected String artifactId

version

protected String version

packaging

protected String packaging
Constructor Detail

MavenCoordinates

public MavenCoordinates(String groupId,
                        String artifactId,
                        String version)
Parameters:
groupId -
artifactId -
version -

MavenCoordinates

public MavenCoordinates(String groupId,
                        String artifactId,
                        String version,
                        String packaging)
Method Detail

getGroupId

public String getGroupId()
Returns:
the groupId

getArtifactId

public String getArtifactId()
Returns:
the artifactId

getVersion

public String getVersion()
Returns:
the version

getPackaging

public String getPackaging()

equals

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

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.