net.sf.jmd.report.impl
Class Report
java.lang.Object
net.sf.jmd.report.impl.Report
- All Implemented Interfaces:
- IReport
public class Report
- extends java.lang.Object
- implements IReport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Report
public Report()
add
public void add(IDifference item)
- Specified by:
add
in interface IReport
addAll
public void addAll(java.util.List<IDifference> moreDifferences)
- Specified by:
addAll
in interface IReport
getDifferences
public java.util.List<IDifference> getDifferences()
- Specified by:
getDifferences
in interface IReport
- Returns:
- the differences
setDifferences
public void setDifferences(java.util.List<IDifference> newDifferences)
- Parameters:
newDifferences
- the differences to set
getDate
public java.util.Date getDate()
- Specified by:
getDate
in interface IReport
- Returns:
- the date
setDate
public void setDate(java.util.Date newDate)
- Specified by:
setDate
in interface IReport
- Parameters:
date
- the date to set
getArchitect
public java.lang.String getArchitect()
- Specified by:
getArchitect
in interface IReport
- See Also:
de.dlr.sistec.modi.report.IReport#getArchitect()
getArchitectsModelVersion
public java.lang.String getArchitectsModelVersion()
- Specified by:
getArchitectsModelVersion
in interface IReport
- See Also:
de.dlr.sistec.modi.report.IReport#getArchitectsModelVersion()
getDeveloper
public java.lang.String getDeveloper()
- Specified by:
getDeveloper
in interface IReport
- See Also:
de.dlr.sistec.modi.report.IReport#getDeveloper()
getDevelopersModelVersion
public java.lang.String getDevelopersModelVersion()
- Specified by:
getDevelopersModelVersion
in interface IReport
- See Also:
de.dlr.sistec.modi.report.IReport#getDevelopersModelVersion()
setArchitect
public void setArchitect(java.lang.String name)
- Specified by:
setArchitect
in interface IReport
- See Also:
de.dlr.sistec.modi.report.IReport#setArchitect(java.lang.String)
setArchitectsModelVersion
public void setArchitectsModelVersion(java.lang.String version)
- Specified by:
setArchitectsModelVersion
in interface IReport
- See Also:
de.dlr.sistec.modi.report.IReport#setArchitectsModelVersion(java
.lang.String)
setDeveloper
public void setDeveloper(java.lang.String name)
- Specified by:
setDeveloper
in interface IReport
- See Also:
de.dlr.sistec.modi.report.IReport#setDeveloper(java.lang.String)
setDevelopersModelVersion
public void setDevelopersModelVersion(java.lang.String version)
- Specified by:
setDevelopersModelVersion
in interface IReport
- See Also:
de.dlr.sistec.modi.report.IReport#setDevelopersModelVersion(java
.lang.String)
Copyright © 2007-2010. All Rights Reserved.