|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.webreport.beans.DHTMLFlyResourceScope
public class DHTMLFlyResourceScope
DHTMLFlyResourceScope provides serializable scope for dynamic resources.
Constructor Summary | |
---|---|
DHTMLFlyResourceScope()
|
Method Summary | |
---|---|
java.lang.String |
getBLName()
Returns the BL name. |
java.lang.String |
getDataSourceName()
Returns UnsupportedOperationException. |
java.lang.String |
getKeyword()
Returns the keyword. |
java.lang.String |
getQueryName()
Returns UnsupportedOperationException. |
java.lang.String |
getReportName()
Returns the report name. |
int |
getResourceType()
Returns the resource type. |
void |
setBLName(java.lang.String name)
Sets the BL name. |
void |
setDataSourceName(java.lang.String dataSourceName)
Sets the data source name. |
void |
setKeyword(java.lang.String keyword)
Sets the keyword. |
void |
setQueryName(java.lang.String queryName)
Sets the query name. |
void |
setReportName(java.lang.String reportName)
Sets the report name. |
void |
setResourceType(int resourceType)
Sets the resource type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DHTMLFlyResourceScope()
Method Detail |
---|
public java.lang.String getBLName()
public void setBLName(java.lang.String name)
name
- the BL name.public java.lang.String getDataSourceName()
UnsupportedOperationException.
public void setDataSourceName(java.lang.String dataSourceName)
dataSourceName
- the data source name.public java.lang.String getKeyword()
public void setKeyword(java.lang.String keyword)
keyword
- the keyword.public java.lang.String getQueryName()
UnsupportedOperationException.
public void setQueryName(java.lang.String queryName)
queryName
- the query name.public java.lang.String getReportName()
public void setReportName(java.lang.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_QUERY
DataSet.DATA_RESOURCE_TYPE_BUSINESS_LOGIC
DataSet.DATA_RESOURCE_TYPE_BUSINESS_VIEW
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |