org.opennms.netmgt.model
Class AvailabilityReportLocator
java.lang.Object
org.opennms.netmgt.model.AvailabilityReportLocator
- All Implemented Interfaces:
- Serializable
public class AvailabilityReportLocator
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvailabilityReportLocator
public AvailabilityReportLocator()
getId
public Integer getId()
setId
public void setId(Integer id)
getCategory
public String getCategory()
setCategory
public void setCategory(String category)
getDate
public Date getDate()
setDate
public void setDate(Date date)
getFormat
public String getFormat()
setFormat
public void setFormat(String format)
getType
public String getType()
setType
public void setType(String type)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getAvailable
public Boolean getAvailable()
setAvailable
public void setAvailable(Boolean available)
Copyright © 2009. All Rights Reserved.