Package org.opennms.netmgt.model
Class ReportCatalogEntry
- java.lang.Object
-
- org.opennms.netmgt.model.ReportCatalogEntry
-
- All Implemented Interfaces:
Serializable
@Entity public class ReportCatalogEntry extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportCatalogEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDate()
getDateInteger
getId()
getIdString
getLocation()
getLocationString
getReportId()
getReportIdString
getTitle()
getTitlevoid
setDate(Date date)
setDatevoid
setId(Integer id)
setIdvoid
setLocation(String location)
setLocationvoid
setReportId(String reportId)
setReportIdvoid
setTitle(String title)
setTitle
-