Class AdaptedMetacard
java.lang.Object
ddf.catalog.transformer.xml.adapter.AdaptedMetacard
- All Implemented Interfaces:
ddf.catalog.data.Metacard,Serializable
-
Field Summary
Fields inherited from interface ddf.catalog.data.Metacard
ANY_DATE, ANY_GEO, ANY_TEXT, CHECKSUM, CHECKSUM_ALGORITHM, CONTENT_TYPE, CONTENT_TYPE_VERSION, CREATED, DEFAULT_TAG, DERIVED, DERIVED_RESOURCE_DOWNLOAD_URL, DERIVED_RESOURCE_URI, DESCRIPTION, EFFECTIVE, EXPIRATION, GEOGRAPHY, ID, METADATA, MODIFIED, POINT_OF_CONTACT, RELATED, RESOURCE_DOWNLOAD_URL, RESOURCE_SIZE, RESOURCE_URI, SECURITY, SECURITY_MATCH_ALL, SECURITY_MATCH_ONE, SOURCE_ID, TAGS, TARGET_NAMESPACE, THUMBNAIL, TITLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ddf.catalog.data.AttributegetAttribute(String name) protected Set<ddf.catalog.data.Attribute>getId()ddf.catalog.data.MetacardTypebyte[]getTitle()final voidsetAttribute(ddf.catalog.data.Attribute attribute) protected voidprotected voidsetMetacardType(ddf.catalog.data.MetacardType metacardType) voidsetSourceId(String sourceId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.data.Metacard
getTags
-
Constructor Details
-
AdaptedMetacard
public AdaptedMetacard(ddf.catalog.data.Metacard metacard) -
AdaptedMetacard
public AdaptedMetacard()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceddf.catalog.data.Metacard
-
setId
- Parameters:
id- the id to set
-
getSourceId
- Specified by:
getSourceIdin interfaceddf.catalog.data.Metacard
-
setSourceId
- Specified by:
setSourceIdin interfaceddf.catalog.data.Metacard- Parameters:
sourceId- the sourceId to set
-
getMetacardType
public ddf.catalog.data.MetacardType getMetacardType()- Specified by:
getMetacardTypein interfaceddf.catalog.data.Metacard
-
setMetacardType
protected void setMetacardType(ddf.catalog.data.MetacardType metacardType) - Parameters:
metacardType- the metacardType to set
-
getAttributes
-
getAttribute
- Specified by:
getAttributein interfaceddf.catalog.data.Metacard
-
setAttribute
public final void setAttribute(@Nullable ddf.catalog.data.Attribute attribute) - Specified by:
setAttributein interfaceddf.catalog.data.Metacard
-
getContentTypeName
- Specified by:
getContentTypeNamein interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getContentTypeName()
-
getContentTypeNamespace
- Specified by:
getContentTypeNamespacein interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getContentTypeNamespace()
-
getContentTypeVersion
- Specified by:
getContentTypeVersionin interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getContentTypeVersion()
-
getCreatedDate
- Specified by:
getCreatedDatein interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getCreatedDate()
-
getEffectiveDate
- Specified by:
getEffectiveDatein interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getEffectiveDate()
-
getExpirationDate
- Specified by:
getExpirationDatein interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getExpirationDate()
-
getLocation
- Specified by:
getLocationin interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getLocation()
-
getMetadata
- Specified by:
getMetadatain interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getMetadata()
-
getModifiedDate
- Specified by:
getModifiedDatein interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getModifiedDate()
-
getResourceSize
- Specified by:
getResourceSizein interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getResourceSize()
-
getResourceURI
- Specified by:
getResourceURIin interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getResourceURI()
-
getThumbnail
public byte[] getThumbnail()- Specified by:
getThumbnailin interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getThumbnail()
-
getTitle
- Specified by:
getTitlein interfaceddf.catalog.data.Metacard- Returns:
- See Also:
-
Metacard.getTitle()
-