Class PhysicalModule
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.response.PhysicalModule
-
public class PhysicalModule extends Object
Schema contains the properties and guid for a database schema.
-
-
Constructor Summary
Constructors Constructor Description PhysicalModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataModulegetModule()Get list of tables in database schema.voidsetModule(MetadataModule value)Set list of table names of the database schema.
-
-
-
Method Detail
-
getModule
public MetadataModule getModule()
Get list of tables in database schema.- Returns:
- list of tables.
-
setModule
public void setModule(MetadataModule value)
Set list of table names of the database schema.- Parameters:
value- to set.
-
-