org.codehaus.mojo.versions
Class LinkItem

java.lang.Object
  extended by org.codehaus.mojo.versions.LinkItem

public class LinkItem
extends Object

LinkItem represents information specified for a linked artifact version manged through a property.

Since:
1.0-alpha-1
Author:
Stephen Connolly

Constructor Summary
LinkItem()
          Constructs a new LinkItem.
 
Method Summary
 Boolean getAllowSnapshots()
          Getter for property 'allowSnapshots'.
 String getArtifactId()
          Getter for property 'artifactId'.
 String getGroupId()
          Getter for property 'groupId'.
 String getProperty()
          Getter for property 'property'.
 String getVersion()
          Getter for property 'version'.
 void setAllowSnapshots(Boolean allowSnapshots)
          Setter for property 'allowSnapshots'.
 void setArtifactId(String artifactId)
          Setter for property 'artifactId'.
 void setGroupId(String groupId)
          Setter for property 'groupId'.
 void setProperty(String property)
          Setter for property 'property'.
 void setVersion(String version)
          Setter for property 'version'.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkItem

public LinkItem()
Constructs a new LinkItem.

Since:
1.0-alpha-1
Method Detail

getAllowSnapshots

public Boolean getAllowSnapshots()
Getter for property 'allowSnapshots'.

Returns:
Value for property 'allowSnapshots'.
Since:
1.0-alpha-1

setAllowSnapshots

public void setAllowSnapshots(Boolean allowSnapshots)
Setter for property 'allowSnapshots'.

Parameters:
allowSnapshots - Value to set for property 'allowSnapshots'.
Since:
1.0-alpha-1

getArtifactId

public String getArtifactId()
Getter for property 'artifactId'.

Returns:
Value for property 'artifactId'.
Since:
1.0-alpha-1

setArtifactId

public void setArtifactId(String artifactId)
Setter for property 'artifactId'.

Parameters:
artifactId - Value to set for property 'artifactId'.
Since:
1.0-alpha-1

getGroupId

public String getGroupId()
Getter for property 'groupId'.

Returns:
Value for property 'groupId'.
Since:
1.0-alpha-1

setGroupId

public void setGroupId(String groupId)
Setter for property 'groupId'.

Parameters:
groupId - Value to set for property 'groupId'.
Since:
1.0-alpha-1

getProperty

public String getProperty()
Getter for property 'property'.

Returns:
Value for property 'property'.
Since:
1.0-alpha-1

setProperty

public void setProperty(String property)
Setter for property 'property'.

Parameters:
property - Value to set for property 'property'.
Since:
1.0-alpha-1

getVersion

public String getVersion()
Getter for property 'version'.

Returns:
Value for property 'version'.
Since:
1.0-alpha-1

setVersion

public void setVersion(String version)
Setter for property 'version'.

Parameters:
version - Value to set for property 'version'.
Since:
1.0-alpha-1

toString

public String toString()

Overrides:
toString in class Object
Since:
1.0-alpha-1


Copyright © 2008-2011 Codehaus. All Rights Reserved.