thredds.catalog2.simpleImpl
Class AbstractMetadataImpl

java.lang.Object
  extended by thredds.catalog2.simpleImpl.AbstractMetadataImpl
All Implemented Interfaces:
Metadata
Direct Known Subclasses:
ExternalRefMetadataImpl

public abstract class AbstractMetadataImpl
extends java.lang.Object
implements Metadata

_more_

Since:
4.0
Author:
edavis

Constructor Summary
AbstractMetadataImpl()
           
 
Method Summary
 boolean isInherited()
           
 void setInherited(boolean inherited)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface thredds.catalog2.Metadata
getContent, getDocUri, getThreddsMetadata, getTitle, isExternalRef, isThredds, isUnknownObject
 

Constructor Detail

AbstractMetadataImpl

public AbstractMetadataImpl()
Method Detail

isInherited

public boolean isInherited()
Specified by:
isInherited in interface Metadata

setInherited

public void setInherited(boolean inherited)