public class PluginDependency extends Object implements Serializable
Constructor and Description |
---|
PluginDependency() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Get the artifactId field.
|
String |
getGroupId()
Get the groupId field.
|
String |
getType()
Get the type field.
|
String |
getVersion()
Get the version field.
|
void |
setArtifactId(String artifactId)
Set the artifactId field.
|
void |
setGroupId(String groupId)
Set the groupId field.
|
void |
setType(String type)
Set the type field.
|
void |
setVersion(String version)
Set the version field.
|
public String getArtifactId()
public String getGroupId()
public String getType()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId
- public void setGroupId(String groupId)
groupId
- public void setType(String type)
type
- public void setVersion(String version)
version
- Copyright © 2020. All rights reserved.