org.opennms.web.svclayer.support
Class DatabaseReportDescription

java.lang.Object
  extended by org.opennms.web.svclayer.support.DatabaseReportDescription

public class DatabaseReportDescription
extends Object

DatabaseReportDescription class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
DatabaseReportDescription()
           
 
Method Summary
 String getDescription()
          getDescription
 String getDisplayName()
          getDisplayName
 String getId()
          getId
 void setDescription(String description)
          setDescription
 void setDisplayName(String displayName)
          setDisplayName
 void setId(String id)
          setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseReportDescription

public DatabaseReportDescription()
Method Detail

getId

public String getId()

getId

Returns:
a String object.

setId

public void setId(String id)

setId

Parameters:
id - a String object.

getDisplayName

public String getDisplayName()

getDisplayName

Returns:
a String object.

setDisplayName

public void setDisplayName(String displayName)

setDisplayName

Parameters:
displayName - a String object.

getDescription

public String getDescription()

getDescription

Returns:
a String object.

setDescription

public void setDescription(String description)

setDescription

Parameters:
description - a String object.


Copyright © 2011. All Rights Reserved.