public class Coordinates extends Object implements Serializable
| Constructor and Description |
|---|
Coordinates()
Default constructor
|
Coordinates(String groupId,
String artifactId,
String version)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
int |
hashCode() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setVersion(String version) |
String |
toString() |
Copyright © 2011-2018 White Source. All Rights Reserved.