org.apache.geronimo.mavenplugins.car
Class ModuleId

java.lang.Object
  extended by org.apache.geronimo.mavenplugins.car.ModuleId
Direct Known Subclasses:
Dependency

public class ModuleId
extends Object


Field Summary
protected  String artifactId
           
protected  String groupId
           
protected  String type
           
protected  String version
           
 
Constructor Summary
ModuleId()
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getImport()
           
 String getType()
           
 String getVersion()
           
 void setImport(String importType)
           
 ArtifactType toArtifactType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

protected String groupId

artifactId

protected String artifactId

version

protected String version

type

protected String type
Constructor Detail

ModuleId

public ModuleId()
Method Detail

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getVersion

public String getVersion()

getType

public String getType()

setImport

public void setImport(String importType)

getImport

public String getImport()

toArtifactType

public ArtifactType toArtifactType()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.