org.apache.maven.model
Class Relocation

java.lang.Object
  extended by org.apache.maven.model.Relocation
All Implemented Interfaces:
java.io.Serializable

public class Relocation
extends java.lang.Object
implements java.io.Serializable

Class Relocation.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Constructor Detail

Relocation

public Relocation()
Method Detail

getArtifactId

public java.lang.String getArtifactId()
Method getArtifactId


getGroupId

public java.lang.String getGroupId()
Method getGroupId


getMessage

public java.lang.String getMessage()
Method getMessage


getVersion

public java.lang.String getVersion()
Method getVersion


setArtifactId

public void setArtifactId(java.lang.String artifactId)
Method setArtifactId

Parameters:
artifactId -

setGroupId

public void setGroupId(java.lang.String groupId)
Method setGroupId

Parameters:
groupId -

setMessage

public void setMessage(java.lang.String message)
Method setMessage

Parameters:
message -

setVersion

public void setVersion(java.lang.String version)
Method setVersion

Parameters:
version -


Copyright 2005 Apache Software Foundation. All Rights Reserved.