Class AbstractComparableServiceVersionDomainKey<T extends AbstractComparableServiceVersionDomainKey<T>>

  • Type Parameters:
    T - implementation of this class
    All Implemented Interfaces:
    Comparable<T>
    Direct Known Subclasses:
    OwsOperationMetadataExtensionProviderKey

    public abstract class AbstractComparableServiceVersionDomainKey<T extends AbstractComparableServiceVersionDomainKey<T>>
    extends Object
    implements Comparable<T>
    Abstract class for comparable keys with parameters service, version and domain
    Since:
    1.0.0
    • Constructor Detail

      • AbstractComparableServiceVersionDomainKey

        public AbstractComparableServiceVersionDomainKey​(OwsServiceKey sok,
                                                         String domain)
        constructor
        Parameters:
        sok - the OwsServiceKey to set
        domain - the domain to set
      • AbstractComparableServiceVersionDomainKey

        public AbstractComparableServiceVersionDomainKey​(String service,
                                                         String version,
                                                         String domain)
        constructor
        Parameters:
        service - the service to set
        version - the version to set
        domain - the domain to set