|
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.BaseImplementation
public class BaseImplementation
BaseImplementation.
Constructor Summary | |
---|---|
BaseImplementation(String title,
String vendor,
String vendorId,
String url,
String version)
Constructs a new BaseImplementation. |
|
BaseImplementation(String title,
String vendor,
String vendorId,
URL url,
String version)
Constructs a new BaseImplementation. |
Method Summary | |
---|---|
int |
compareTo(Implementation that)
|
boolean |
equals(Object obj)
|
String |
getTitle()
Gets the title. |
URL |
getURL()
Gets the URL. |
String |
getVendor()
Gets the vendor. |
String |
getVendorId()
Gets the vendor id. |
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 BaseImplementation(String title, String vendor, String vendorId, URL url, String version)
title
- the titlevendor
- the vendorvendorId
- the vendorIdurl
- the urlversion
- the versionpublic BaseImplementation(String title, String vendor, String vendorId, String url, String version)
title
- the titlevendor
- the vendorvendorId
- the vendorIdurl
- the urlversion
- the versionMethod Detail |
---|
public String getTitle()
getTitle
in interface Implementation
public String getVendor()
getVendor
in interface Implementation
public String getVendorId()
getVendorId
in interface Implementation
public URL getURL()
getURL
in interface Implementation
public String getVersion()
getVersion
in interface Implementation
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(Implementation that)
compareTo
in interface Comparable<Implementation>
|
SwitchYard: Core 0.6.0.Beta2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |