public class LinkItem extends Object
| Constructor and Description |
|---|
LinkItem()
Constructs a new LinkItem.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public Boolean getAllowSnapshots()
public void setAllowSnapshots(Boolean allowSnapshots)
allowSnapshots - Value to set for property 'allowSnapshots'.public String getArtifactId()
public void setArtifactId(String artifactId)
artifactId - Value to set for property 'artifactId'.public String getGroupId()
public void setGroupId(String groupId)
groupId - Value to set for property 'groupId'.public String getProperty()
public void setProperty(String property)
property - Value to set for property 'property'.public String getVersion()
public void setVersion(String version)
version - Value to set for property 'version'.Copyright © 2008-2014. All Rights Reserved.