org.apache.maven.model
Class Parent

java.lang.Object
  extended byorg.apache.maven.model.Parent
All Implemented Interfaces:
java.io.Serializable

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

null

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

Constructor Summary
Parent()
           
 
Method Summary
 java.lang.String getArtifactId()
          Get The artifact id of the project to extend.
 java.lang.String getGroupId()
          Get The group id of the project to extend.
 java.lang.String getId()
           
 java.lang.String getModelEncoding()
           
 java.lang.String getRelativePath()
          Get The relative path of the parent-pom within the project hierarchy
 java.lang.String getVersion()
          Get The version of the project to extend.
 void setArtifactId(java.lang.String artifactId)
          Set The artifact id of the project to extend.
 void setGroupId(java.lang.String groupId)
          Set The group id of the project to extend.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setRelativePath(java.lang.String relativePath)
          Set The relative path of the parent-pom within the project hierarchy
 void setVersion(java.lang.String version)
          Set The version of the project to extend.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parent

public Parent()
Method Detail

getArtifactId

public java.lang.String getArtifactId()
Get The artifact id of the project to extend.


getGroupId

public java.lang.String getGroupId()
Get The group id of the project to extend.


getRelativePath

public java.lang.String getRelativePath()
Get The relative path of the parent-pom within the project hierarchy


getVersion

public java.lang.String getVersion()
Get The version of the project to extend.


setArtifactId

public void setArtifactId(java.lang.String artifactId)
Set The artifact id of the project to extend.

Parameters:
artifactId -

setGroupId

public void setGroupId(java.lang.String groupId)
Set The group id of the project to extend.

Parameters:
groupId -

setRelativePath

public void setRelativePath(java.lang.String relativePath)
Set The relative path of the parent-pom within the project hierarchy

Parameters:
relativePath -

setVersion

public void setVersion(java.lang.String version)
Set The version of the project to extend.

Parameters:
version -

getId

public java.lang.String getId()

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright 2006 Apache Software Foundation. All Rights Reserved.