org.opennms.netmgt.model
Class AvailabilityReportLocator

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

public class AvailabilityReportLocator
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AvailabilityReportLocator()
           
 
Method Summary
 java.lang.Boolean getAvailable()
           
 java.lang.String getCategory()
           
 java.util.Date getDate()
           
 java.lang.String getFormat()
           
 java.lang.Integer getId()
           
 java.lang.String getLocation()
           
 java.lang.String getType()
           
 void setAvailable(java.lang.Boolean available)
           
 void setCategory(java.lang.String category)
           
 void setDate(java.util.Date date)
           
 void setFormat(java.lang.String format)
           
 void setId(java.lang.Integer id)
           
 void setLocation(java.lang.String location)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailabilityReportLocator

public AvailabilityReportLocator()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date date)

getFormat

public java.lang.String getFormat()

setFormat

public void setFormat(java.lang.String format)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

getAvailable

public java.lang.Boolean getAvailable()

setAvailable

public void setAvailable(java.lang.Boolean available)


Copyright © 2007. All Rights Reserved.