public class CatalogInfo extends Object
| Constructor and Description |
|---|
CatalogInfo()
Create a new
CatalogInfo instance. |
CatalogInfo(String catalogPath,
String catalogName,
String dsName,
String queryName,
String bvName)
Create a new
CatalogInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getBvName()
Return business view name.
|
String |
getCatalogName()
Return catalog name.
|
String |
getCatalogPath()
Return catalog path.
|
String |
getDsName()
Return data source name.
|
String |
getQueryName()
Return the query name.
|
void |
setBvName(String bvName)
Set business view name.
|
void |
setCatalogName(String catalogName)
Set catalog name.
|
void |
setCatalogPath(String catalogPath)
Set catalog path.
|
void |
setDsName(String dsName)
Set data source name.
|
void |
setQueryName(String queryName)
Set query name.
|
public CatalogInfo()
CatalogInfo instance.public CatalogInfo(String catalogPath, String catalogName, String dsName, String queryName, String bvName)
CatalogInfo instance.catalogPath - the catalog path of the catalogInfo.catalogName - the catalog name of the catalogInfo.dsName - the data source name of the catalogInfo.bvName - the business view name of the catalogInfo.public String getCatalogPath()
public void setCatalogPath(String catalogPath)
catalogPath - the catalog path of the catalogInfo.public String getCatalogName()
public void setCatalogName(String catalogName)
catalogName - the catalog name of the catalogInfo.public String getDsName()
public void setDsName(String dsName)
dsName - the data source name of the catalogInfo.public String getQueryName()
public void setQueryName(String queryName)
queryName - the query name of the catalogInfo.public String getBvName()
public void setBvName(String bvName)
bvName - the business view name of the catalogInfo.© insightsoftware. All rights reserved.