|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jinfonet.web.modules.dashboard.CatalogInfo
public class CatalogInfo
This class is to define catalog information for JDashboard call-back functions.
Constructor Summary | |
---|---|
CatalogInfo()
Create a new CatalogInfo instance. |
|
CatalogInfo(java.lang.String catalogPath,
java.lang.String catalogName,
java.lang.String dsName,
java.lang.String queryName,
java.lang.String bvName)
Create a new CatalogInfo instance. |
Method Summary | |
---|---|
java.lang.String |
getBvName()
Return business view name. |
java.lang.String |
getCatalogName()
Return catalog name. |
java.lang.String |
getCatalogPath()
Return catalog path. |
java.lang.String |
getDsName()
Return data source name. |
java.lang.String |
getQueryName()
Return the query name. |
void |
setBvName(java.lang.String bvName)
Set business view name. |
void |
setCatalogName(java.lang.String catalogName)
Set catalog name. |
void |
setCatalogPath(java.lang.String catalogPath)
Set catalog path. |
void |
setDsName(java.lang.String dsName)
Set data source name. |
void |
setQueryName(java.lang.String queryName)
Set query name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogInfo()
CatalogInfo
instance.
public CatalogInfo(java.lang.String catalogPath, java.lang.String catalogName, java.lang.String dsName, java.lang.String queryName, java.lang.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.Method Detail |
---|
public java.lang.String getCatalogPath()
public void setCatalogPath(java.lang.String catalogPath)
catalogPath
- the catalog path of the catalogInfo.public java.lang.String getCatalogName()
public void setCatalogName(java.lang.String catalogName)
catalogName
- the catalog name of the catalogInfo.public java.lang.String getDsName()
public void setDsName(java.lang.String dsName)
dsName
- the data source name of the catalogInfo.public java.lang.String getQueryName()
public void setQueryName(java.lang.String queryName)
queryName
- the query name of the catalogInfo.public java.lang.String getBvName()
public void setBvName(java.lang.String bvName)
bvName
- the business view name of the catalogInfo.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |