Class Schema
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.metadata.MetadataBase
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.metadata.Schema
-
public class Schema extends MetadataBase
Schema metadata bean contains the properties and guid for a schema entity retrieved from the metadata repository.
-
-
Constructor Summary
Constructors Constructor Description Schema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get name of the database.StringgetType()Get type of the database.voidsetName(String name)Set name of the database bean usually from entity.voidsetType(String type)Set type of the database bean usually from entity.-
Methods inherited from class org.odpi.openmetadata.accessservices.analyticsmodeling.metadata.MetadataBase
getGuid, setGuid
-
-
-
-
Method Detail
-
getName
public String getName()
Get name of the database.- Returns:
- name of the database.
-
setName
public void setName(String name)
Set name of the database bean usually from entity.- Parameters:
name- to set.
-
getType
public String getType()
Get type of the database.- Returns:
- type of the database.
-
setType
public void setType(String type)
Set type of the database bean usually from entity.- Parameters:
type- to set.
-
-