org.apache.maven.project
Class Version

java.lang.Object
  extended byorg.apache.maven.project.BaseObject
      extended byorg.apache.maven.project.Version

public class Version
extends BaseObject

Version:
$Id: Version.java,v 1.6.4.1 2004/03/01 22:36:38 evenisse Exp $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from class org.apache.maven.project.BaseObject
id
 
Constructor Summary
Version()
          Constructor for the MailingList object
 
Method Summary
 java.lang.String getTag()
          Gets the tag attribute of the Distribution object
 void setTag(java.lang.String tag)
          Sets the tag attribute of the Distribution object
 
Methods inherited from class org.apache.maven.project.BaseObject
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Version

public Version()
Constructor for the MailingList object

Method Detail

setTag

public void setTag(java.lang.String tag)
Sets the tag attribute of the Distribution object

Parameters:
tag - the repository tag from which this distribution is made

getTag

public java.lang.String getTag()
Gets the tag attribute of the Distribution object

Returns:
the repository tag from which this distribution is made


Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.