public class DHTMLFlyResourceScope extends Object implements Serializable
| Constructor and Description |
|---|
DHTMLFlyResourceScope() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBLName()
Returns the BL name.
|
String |
getDataSourceName()
Returns UnsupportedOperationException.
|
String |
getDCName() |
String |
getKeyword()
Returns the keyword.
|
String |
getQueryName()
Returns UnsupportedOperationException.
|
String |
getReportName()
Returns the report name.
|
int |
getResourceType()
Returns the resource type.
|
void |
setBLName(String name)
Sets the BL name.
|
void |
setDataSourceName(String dataSourceName)
Sets the data source name.
|
void |
setDCName(String dcName) |
void |
setKeyword(String keyword)
Sets the keyword.
|
void |
setQueryName(String queryName)
Sets the query name.
|
void |
setReportName(String reportName)
Sets the report name.
|
void |
setResourceType(int resourceType)
Sets the resource type.
|
public String getBLName()
public void setBLName(String name)
name - the BL name.public String getDataSourceName()
UnsupportedOperationException.public void setDataSourceName(String dataSourceName)
dataSourceName - the data source name.public String getKeyword()
public void setKeyword(String keyword)
keyword - the keyword.public String getQueryName()
UnsupportedOperationException.public void setQueryName(String queryName)
queryName - the query name.public String getReportName()
public void setReportName(String reportName)
reportName - the report name.public int getResourceType()
public void setResourceType(int resourceType)
resourceType - the resource type which is defined in jet.reportset.DataSet:
DataSet.DATA_RESOURCE_TYPE_QUERYDataSet.DATA_RESOURCE_TYPE_BUSINESS_LOGICDataSet.DATA_RESOURCE_TYPE_BUSINESS_VIEWpublic String getDCName()
public void setDCName(String dcName)
© insightsoftware. All rights reserved.