public class MDatabase extends Object
| Constructor and Description |
|---|
MDatabase()
Default construction to keep jpox/jdo happy
|
MDatabase(String catalogName,
String name,
String locationUri,
String description,
Map<String,String> parameters)
To create a database object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName() |
String |
getDescription() |
String |
getLocationUri() |
String |
getName() |
String |
getOwnerName() |
String |
getOwnerType() |
Map<String,String> |
getParameters() |
void |
setCatalogName(String catalogName) |
void |
setDescription(String description) |
void |
setLocationUri(String locationUri) |
void |
setName(String name) |
void |
setOwnerName(String ownerName) |
void |
setOwnerType(String ownerType) |
void |
setParameters(Map<String,String> parameters) |
public String getName()
public void setName(String name)
name - the name to setpublic String getLocationUri()
public void setLocationUri(String locationUri)
locationUri - the locationUri to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic void setParameters(Map<String,String> parameters)
parameters - the parameters mapping.public String getOwnerName()
public void setOwnerName(String ownerName)
public String getOwnerType()
public void setOwnerType(String ownerType)
public String getCatalogName()
public void setCatalogName(String catalogName)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.