public abstract class AbstractComponent extends Object implements Comparable
Constructor and Description |
---|
AbstractComponent() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
String |
getArtifactId()
Returns the ArtifactId
|
String |
getVersion()
Returns the Version
|
int |
hashCode() |
void |
setArtifactId(String strArtifactId)
Sets the ArtifactId
|
void |
setVersion(String strVersion)
Sets the Version
|
public String getArtifactId()
public void setArtifactId(String strArtifactId)
strArtifactId
- The ArtifactIdpublic String getVersion()
public void setVersion(String strVersion)
strVersion
- The Versionpublic int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2018 City of Paris. All rights reserved.