public class Database extends MetadataBase
| Constructor and Description |
|---|
Database() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get name of the database.
|
String |
getType()
Get type of the database.
|
String |
getVersion()
Get version of the database.
|
void |
setName(String name)
Set name of the database bean usually from entity.
|
void |
setType(String type)
Set type of the database bean usually from entity.
|
void |
setVersion(String version)
Set version of the data base bean usually from entity.
|
getGuid, setGuidpublic String getName()
public void setName(String name)
name - to set.public String getType()
public void setType(String type)
type - to set.public String getVersion()
public void setVersion(String version)
version - to set.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.