Package org.opennms.web.svclayer.model
Class DatabaseReportDescription
- java.lang.Object
-
- org.opennms.web.svclayer.model.DatabaseReportDescription
-
public class DatabaseReportDescription extends Object
DatabaseReportDescription class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description DatabaseReportDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAllowAccess()
getAllowAccessString
getDescription()
getDescriptionString
getDisplayName()
getDisplayNameString
getId()
getIdboolean
getIsOnline()
getIsOnlineString
getRepositoryId()
getRepositoryIdvoid
setAllowAccess(boolean allowAccess)
setAllowAccessvoid
setDescription(String description)
setDescriptionvoid
setDisplayName(String displayName)
setDisplayNamevoid
setId(String id)
setIdvoid
setIsOnline(boolean isOnline)
setIsOnlinevoid
setRepositoryId(String repositoryId)
setId
-
-
-
Method Detail
-
setRepositoryId
public void setRepositoryId(String repositoryId)
setId
- Parameters:
repositoryId
- aString
object.
-
setDisplayName
public void setDisplayName(String displayName)
setDisplayName
- Parameters:
displayName
- aString
object.
-
setDescription
public void setDescription(String description)
setDescription
- Parameters:
description
- aString
object.
-
setIsOnline
public void setIsOnline(boolean isOnline)
setIsOnline
Set isOnline property to define if a report can be executed instantly from the WebUI.- Parameters:
isOnline
- aboolean
object.
-
getIsOnline
public boolean getIsOnline()
getIsOnline
Get isOnline property for instant report execution.- Returns:
- a
boolean
object.
-
setAllowAccess
public void setAllowAccess(boolean allowAccess)
setAllowAccess
Set allowAccess for report execution permission.- Parameters:
allowAccess
- aboolean
object.
-
getAllowAccess
public boolean getAllowAccess()
getAllowAccess
Get allowAccess for report execution permission.- Returns:
- a
boolean
object
-
-