org.opennms.report.configuration.svclayer
Class ConfigurationReportCriteria

java.lang.Object
  extended by org.opennms.report.configuration.svclayer.ConfigurationReportCriteria

public class ConfigurationReportCriteria
extends Object

ConfigurationReportCriteria class.

Version:
$Id: $
Author:
ranger

Constructor Summary
ConfigurationReportCriteria()
          Constructor for ConfigurationReportCriteria.
ConfigurationReportCriteria(String _date, String _format, String _reportemail, String _user, Date _reportRequestDate)
          Constructor for ConfigurationReportCriteria.
 
Method Summary
 String getReportEmail()
          Getter for the field reportEmail.
 String getReportFormat()
          Getter for the field reportFormat.
 Date getReportRequestDate()
          Getter for the field reportRequestDate.
 String getTheDate()
          Getter for the field theDate.
 String getUser()
          Getter for the field user.
 void setReportEmail(String reportEmail)
          Setter for the field reportEmail.
 void setReportFormat(String reportFormat)
          Setter for the field reportFormat.
 void setReportRequestDate(Date reportRequestDate)
          Setter for the field reportRequestDate.
 void setTheDate(String theDate)
          Setter for the field theDate.
 void setUser(String user)
          Setter for the field user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationReportCriteria

public ConfigurationReportCriteria(String _date,
                                   String _format,
                                   String _reportemail,
                                   String _user,
                                   Date _reportRequestDate)

Constructor for ConfigurationReportCriteria.

Parameters:
_date - a String object.
_format - a String object.
_reportemail - a String object.
_user - a String object.
_reportRequestDate - a Date object.

ConfigurationReportCriteria

public ConfigurationReportCriteria()

Constructor for ConfigurationReportCriteria.

Method Detail

getTheDate

public String getTheDate()

Getter for the field theDate.

Returns:
a String object.

setTheDate

public void setTheDate(String theDate)

Setter for the field theDate.

Parameters:
theDate - a String object.

getReportFormat

public String getReportFormat()

Getter for the field reportFormat.

Returns:
a String object.

setReportFormat

public void setReportFormat(String reportFormat)

Setter for the field reportFormat.

Parameters:
reportFormat - a String object.

getReportEmail

public String getReportEmail()

Getter for the field reportEmail.

Returns:
a String object.

setReportEmail

public void setReportEmail(String reportEmail)

Setter for the field reportEmail.

Parameters:
reportEmail - a String object.

getUser

public String getUser()

Getter for the field user.

Returns:
a String object.

setUser

public void setUser(String user)

Setter for the field user.

Parameters:
user - a String object.

getReportRequestDate

public Date getReportRequestDate()

Getter for the field reportRequestDate.

Returns:
a Date object.

setReportRequestDate

public void setReportRequestDate(Date reportRequestDate)

Setter for the field reportRequestDate.

Parameters:
reportRequestDate - a Date object.


Copyright © 2011. All Rights Reserved.