Class QualifiedMetacardTypeImpl

java.lang.Object
ddf.catalog.data.impl.MetacardTypeImpl
ddf.catalog.data.impl.QualifiedMetacardTypeImpl
All Implemented Interfaces:
ddf.catalog.data.MetacardType, ddf.catalog.data.QualifiedMetacardType, Serializable

public class QualifiedMetacardTypeImpl extends MetacardTypeImpl implements ddf.catalog.data.QualifiedMetacardType
Default implementation of the QualifiedMetacardType.

This code is experimental. While this class is functional and tested, it may change or be removed in a future version of the library.

Author:
Ian Barnett
See Also:
  • Constructor Details

    • QualifiedMetacardTypeImpl

      public QualifiedMetacardTypeImpl(String namespace, String name, Set<ddf.catalog.data.AttributeDescriptor> descriptors)
    • QualifiedMetacardTypeImpl

      public QualifiedMetacardTypeImpl(ddf.catalog.data.MetacardType mt)
    • QualifiedMetacardTypeImpl

      public QualifiedMetacardTypeImpl(String namespace, ddf.catalog.data.MetacardType mt)
  • Method Details

    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface ddf.catalog.data.QualifiedMetacardType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class MetacardTypeImpl
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class MetacardTypeImpl