public final class ComponentDependency extends Object
Constructor and Description |
---|
ComponentDependency() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getType() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setType(String type) |
void |
setVersion(String version) |
String |
toString() |
public void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setVersion(String version)
public void setType(String type)
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getType()
Copyright © 2018. All rights reserved.