Guvnor - Project API 6.0.0.CR4

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
 String getArtifactId()
           
 String getGroupId()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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

Guvnor - Project API 6.0.0.CR4

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