Class MetadataBase
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.metadata.MetadataBase
-
- Direct Known Subclasses:
Database,GlossaryTerm,Schema
public class MetadataBase extends Object
Base class for metadata beans retrieved from the metadata repository.
-
-
Constructor Summary
Constructors Constructor Description MetadataBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGuid()Get repository entity GUID for bean instantiated from that entity.voidsetGuid(String guid)Set GUID of the bean usually from the entity.
-