org.opennms.netmgt.model
Class AvailabilityReportLocator

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

public class AvailabilityReportLocator
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AvailabilityReportLocator()
           
 
Method Summary
 Boolean getAvailable()
           
 String getCategory()
           
 Date getDate()
           
 String getFormat()
           
 Integer getId()
           
 String getLocation()
           
 String getType()
           
 void setAvailable(Boolean available)
           
 void setCategory(String category)
           
 void setDate(Date date)
           
 void setFormat(String format)
           
 void setId(Integer id)
           
 void setLocation(String location)
           
 void setType(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 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.