|
SwitchYard: Core 0.6.0.Beta2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.switchyard.common.version.BaseProject
public class BaseProject
BaseProject.
Constructor Summary | |
---|---|
BaseProject(String groupId,
String artifactId,
String packaging,
String name,
String description,
String url,
String version)
Constructs a new BaseSpecification. |
|
BaseProject(String groupId,
String artifactId,
String packaging,
String name,
String description,
URL url,
String version)
Constructs a new BaseSpecification. |
Method Summary | |
---|---|
int |
compareTo(Project that)
|
boolean |
equals(Object obj)
|
String |
getArtifactId()
Gets the artifactId. |
String |
getDescription()
Gets the description. |
String |
getGroupId()
Gets the groupId. |
String |
getName()
Gets the name. |
String |
getPackaging()
Gets the packaging. |
URL |
getURL()
Gets the URL. |
String |
getVersion()
Gets the version. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseProject(String groupId, String artifactId, String packaging, String name, String description, URL url, String version)
groupId
- the groupIdartifactId
- the artifactIdpackaging
- the packagingname
- the namedescription
- the descriptionurl
- the urlversion
- the versionpublic BaseProject(String groupId, String artifactId, String packaging, String name, String description, String url, String version)
groupId
- the groupIdartifactId
- the artifactIdpackaging
- the packagingname
- the namedescription
- the descriptionurl
- the urlversion
- the versionMethod Detail |
---|
public String getGroupId()
getGroupId
in interface Project
public String getArtifactId()
getArtifactId
in interface Project
public String getPackaging()
getPackaging
in interface Project
public String getName()
getName
in interface Project
public String getDescription()
getDescription
in interface Project
public URL getURL()
getURL
in interface Project
public String getVersion()
getVersion
in interface Project
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(Project that)
compareTo
in interface Comparable<Project>
|
SwitchYard: Core 0.6.0.Beta2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |