org.opennms.netmgt.model
Class ReportCatalogEntry

java.lang.Object
  extended by org.opennms.netmgt.model.ReportCatalogEntry
All Implemented Interfaces:
Serializable

public class ReportCatalogEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReportCatalogEntry()
           
 
Method Summary
 Date getDate()
          getDate
 Integer getId()
          getId
 String getLocation()
          getLocation
 String getReportId()
          getReportId
 String getTitle()
          getTitle
 void setDate(Date date)
          setDate
 void setId(Integer id)
          setId
 void setLocation(String location)
          setLocation
 void setReportId(String reportId)
          setReportId
 void setTitle(String title)
          setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportCatalogEntry

public ReportCatalogEntry()
Method Detail

getId

public Integer getId()

getId

Returns:
a Integer object.

setId

public void setId(Integer id)

setId

Parameters:
id - a Integer object.

getReportId

public String getReportId()

getReportId

Returns:
a String object.

setReportId

public void setReportId(String reportId)

setReportId

Parameters:
reportId - a String object.

getTitle

public String getTitle()

getTitle

Returns:
a String object.

setTitle

public void setTitle(String title)

setTitle

Parameters:
title - a String object.

getDate

public Date getDate()

getDate

Returns:
a Date object.

setDate

public void setDate(Date date)

setDate

Parameters:
date - a Date object.

getLocation

public String getLocation()

getLocation

Returns:
a String object.

setLocation

public void setLocation(String location)

setLocation

Parameters:
location - a String object.


Copyright © 2011. All Rights Reserved.