org.apache.geronimo.mavenplugins.car
Class ModuleId
java.lang.Object
org.apache.geronimo.mavenplugins.car.ModuleId
- Direct Known Subclasses:
- Dependency
public class ModuleId
- extends Object
- Version:
- $Rev: 686089 $ $Date: 2008-08-15 07:36:42 +0800 (Fri, 15 Aug 2008) $
groupId
protected String groupId
artifactId
protected String artifactId
version
protected String version
type
protected String type
ModuleId
public ModuleId()
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()
setGroupId
public void setGroupId(String groupId)
setArtifactId
public void setArtifactId(String artifactId)
setVersion
public void setVersion(String version)
setType
public void setType(String type)
toArtifactType
public ArtifactType toArtifactType()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.