org.apache.archiva.metadata.repository.storage.maven2
Class MavenProjectParent

java.lang.Object
  extended by org.apache.archiva.metadata.repository.storage.maven2.MavenProjectParent

public class MavenProjectParent
extends Object


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

Field Detail

groupId

private String groupId

artifactId

private String artifactId

version

private String version
Constructor Detail

MavenProjectParent

public MavenProjectParent()
Method Detail

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.