T - implementation of this classpublic abstract class AbstractComparableServiceVersionDomainKey<T extends AbstractComparableServiceVersionDomainKey<T>> extends Object implements Comparable<T>
| Constructor and Description |
|---|
AbstractComparableServiceVersionDomainKey(OwsServiceKey sok,
String domain)
constructor
|
AbstractComparableServiceVersionDomainKey(String service,
String version,
String domain)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(T other) |
boolean |
equals(Object obj) |
String |
getDomain()
Get the domain
|
String |
getService()
Get the service
|
OwsServiceKey |
getServiceOperatorKey()
Get the
OwsServiceKey |
String |
getVersion()
Get the version
|
int |
hashCode() |
String |
toString() |
public AbstractComparableServiceVersionDomainKey(OwsServiceKey sok, String domain)
sok - the OwsServiceKey to setdomain - the domain to setpublic OwsServiceKey getServiceOperatorKey()
OwsServiceKeyOwsServiceKeypublic String getService()
public String getVersion()
public String getDomain()
public int compareTo(T other)
compareTo in interface Comparable<T extends AbstractComparableServiceVersionDomainKey<T>>Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.