|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.report.configuration.ConfigurationReportCalculator
public class ConfigurationReportCalculator
ConfigurationReportCalculator class.
| Constructor Summary | |
|---|---|
ConfigurationReportCalculator()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
void |
calculate()
calculate |
String |
getBaseDir()
getBaseDir |
String |
getOutputFileName()
getOutputFileName |
Date |
getReportRequestDate()
Getter for the field reportRequestDate. |
RWSConfig |
getRwsConfig()
getRwsConfig |
String |
getTheDate()
Getter for the field theDate. |
String |
getUser()
Getter for the field user. |
void |
marshal(File outputFile)
marshal |
void |
setBaseDir(String baseDir)
setBaseDir |
void |
setOutputFileName(String outputFileName)
setOutputFileName |
void |
setReportRequestDate(Date reportRequestDate)
Setter for the field reportRequestDate. |
void |
setRwsConfig(RWSConfig rwsConfig)
setRwsConfig |
void |
setTheDate(String theDate)
Setter for the field theDate. |
void |
setUser(String user)
Setter for the field user. |
void |
writeXML()
writeXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationReportCalculator()
| Method Detail |
|---|
public String getOutputFileName()
getOutputFileName
String object.public void setOutputFileName(String outputFileName)
setOutputFileName
outputFileName - a String object.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 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.public RWSConfig getRwsConfig()
getRwsConfig
RWSConfig object.public void setRwsConfig(RWSConfig rwsConfig)
setRwsConfig
rwsConfig - a RWSConfig object.public String getBaseDir()
getBaseDir
String object.public void setBaseDir(String baseDir)
setBaseDir
baseDir - a String object.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void calculate()
calculate
public void writeXML()
throws ConfigurationCalculationException
writeXML
ConfigurationCalculationException - if any.
public void marshal(File outputFile)
throws ConfigurationCalculationException
marshal
outputFile - a File object.
ConfigurationCalculationException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||