public class Schema extends MetadataBase
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get name of the database.
|
String |
getType()
Get type 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.
|
getGuid, setGuidpublic String getName()
public void setName(String name)
name - to set.public String getType()
public void setType(String type)
type - to set.Copyright © 2018–2020 ODPi. All rights reserved.