org.jboss.maven.plugins.thirdparty
Class Mapping

java.lang.Object
  extended by org.jboss.maven.plugins.thirdparty.Mapping

public class Mapping
extends java.lang.Object

Simple class containing info about

Version:
$Revision: 188127 $
Author:
Paul Gier

Constructor Summary
Mapping()
           
 
Method Summary
 java.lang.String getArtifactId()
           
 java.lang.String getComponentId()
           
 java.lang.String getVersion()
           
 void setArtifactId(java.lang.String artifactId)
           
 void setComponentId(java.lang.String componentId)
          Set the componentId for this artifact.
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()
Method Detail

getComponentId

public java.lang.String getComponentId()

setComponentId

public void setComponentId(java.lang.String componentId)
Set the componentId for this artifact. This method will replace dots with slashes.

Parameters:
componentId -

getArtifactId

public java.lang.String getArtifactId()

setArtifactId

public void setArtifactId(java.lang.String artifactId)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String version)


Copyright © 2007-2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.