Guvnor - Project API 6.0.1.Final

org.guvnor.common.services.project.model
Class GAV

java.lang.Object
  extended by org.guvnor.common.services.project.model.GAV
Direct Known Subclasses:
Dependency

@Portable
public class GAV
extends Object


Constructor Summary
GAV()
           
GAV(String groupId, String artifactId, String version)
           
 
Method Summary
 boolean equals(Object o)
           
 String getArtifactId()
           
 String getGroupId()
           
 String getVersion()
           
 int hashCode()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GAV

public GAV()

GAV

public GAV(String groupId,
           String artifactId,
           String version)
Method Detail

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getVersion

public String getVersion()

setGroupId

public void setGroupId(String groupId)

setArtifactId

public void setArtifactId(String artifactId)

setVersion

public void setVersion(String version)

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Guvnor - Project API 6.0.1.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.