public class DatabaseReportDescription extends Object
DatabaseReportDescription class.
| Constructor and Description | 
|---|
DatabaseReportDescription()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getAllowAccess()
getAllowAccess 
 | 
String | 
getDescription()
getDescription 
 | 
String | 
getDisplayName()
getDisplayName 
 | 
String | 
getId()
getId 
 | 
boolean | 
getIsOnline()
getIsOnline 
 | 
String | 
getRepositoryId()
getRepositoryId 
 | 
void | 
setAllowAccess(boolean allowAccess)
setAllowAccess 
 | 
void | 
setDescription(String description)
setDescription 
 | 
void | 
setDisplayName(String displayName)
setDisplayName 
 | 
void | 
setId(String id)
setId 
 | 
void | 
setIsOnline(boolean isOnline)
setIsOnline 
 | 
void | 
setRepositoryId(String repositoryId)
setId 
 | 
public void setRepositoryId(String repositoryId)
setId
repositoryId - a String object.public void setDisplayName(String displayName)
setDisplayName
displayName - a String object.public void setDescription(String description)
setDescription
description - a String object.public void setIsOnline(boolean isOnline)
setIsOnline
Set isOnline property to define if a report can be executed instantly from the WebUI.isOnline - a boolean object.public boolean getIsOnline()
getIsOnline
Get isOnline property for instant report execution.boolean object.public void setAllowAccess(boolean allowAccess)
setAllowAccess
Set allowAccess for report execution permission.allowAccess - a boolean object.public boolean getAllowAccess()
getAllowAccess
Get allowAccess for report execution permission.boolean objectCopyright © 2021. All rights reserved.