|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.report.configuration.svclayer.ConfigurationReportCriteria
public class ConfigurationReportCriteria
ConfigurationReportCriteria class.
| 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 |
|---|
public ConfigurationReportCriteria(String _date,
String _format,
String _reportemail,
String _user,
Date _reportRequestDate)
Constructor for ConfigurationReportCriteria.
_date - a String object._format - a String object._reportemail - a String object._user - a String object._reportRequestDate - a Date object.public ConfigurationReportCriteria()
Constructor for ConfigurationReportCriteria.
| Method Detail |
|---|
public String getTheDate()
Getter for the field theDate.
String object.public void setTheDate(String theDate)
Setter for the field theDate.
theDate - a String object.public String getReportFormat()
Getter for the field reportFormat.
String object.public void setReportFormat(String reportFormat)
Setter for the field reportFormat.
reportFormat - a String object.public String getReportEmail()
Getter for the field reportEmail.
String object.public void setReportEmail(String reportEmail)
Setter for the field reportEmail.
reportEmail - a String object.public String getUser()
Getter for the field user.
String object.public void setUser(String user)
Setter for the field user.
user - a String object.public Date getReportRequestDate()
Getter for the field reportRequestDate.
Date object.public void setReportRequestDate(Date reportRequestDate)
Setter for the field reportRequestDate.
reportRequestDate - a Date object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||