Package ddf.catalog.data.impl
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:
-
Field Summary
Fields inherited from class ddf.catalog.data.impl.MetacardTypeImpl
nameFields inherited from interface ddf.catalog.data.MetacardType
DEFAULT_METACARD_TYPE_NAME, METACARD_TYPEFields inherited from interface ddf.catalog.data.QualifiedMetacardType
DEFAULT_METACARD_TYPE_NAMESPACE -
Constructor Summary
ConstructorsConstructorDescriptionQualifiedMetacardTypeImpl(ddf.catalog.data.MetacardType mt) QualifiedMetacardTypeImpl(String namespace, ddf.catalog.data.MetacardType mt) QualifiedMetacardTypeImpl(String namespace, String name, Set<ddf.catalog.data.AttributeDescriptor> descriptors) -
Method Summary
Methods inherited from class ddf.catalog.data.impl.MetacardTypeImpl
add, addAll, getAttributeDescriptor, getAttributeDescriptors, getNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.data.MetacardType
getAttributeDescriptor, getAttributeDescriptors, getName
-
Constructor Details
-
QualifiedMetacardTypeImpl
-
QualifiedMetacardTypeImpl
public QualifiedMetacardTypeImpl(ddf.catalog.data.MetacardType mt) -
QualifiedMetacardTypeImpl
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceddf.catalog.data.QualifiedMetacardType
-
hashCode
public int hashCode()- Overrides:
hashCodein classMetacardTypeImpl
-
equals
- Overrides:
equalsin classMetacardTypeImpl
-