org.keridwen.modelling.reporting
Class ReportMetadata

java.lang.Object
  extended by org.keridwen.modelling.reporting.ReportMetadata

public class ReportMetadata
extends Object

These are the generic metadata of a report. They are stored here separately to be directly injected in metadata supporting file format.

Author:
pierre

Constructor Summary
ReportMetadata()
          These are the generic metadata of a report.
ReportMetadata(String filename, String author, String date, String software_Name, String software_Version, String description)
          These are the generic metadata of a report.
 
Method Summary
 String getAuthor()
           
 String getDate()
           
 String getDescription()
           
 String getFilename()
           
 String getSoftware_Name()
           
 String getSoftware_Version()
           
 void setAuthor(String author)
           
 void setDate(String date)
           
 void setDescription(String description)
           
 void setFilename(String filename)
           
 void setSoftware_Name(String software_Name)
           
 void setSoftware_Version(String software_Version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportMetadata

public ReportMetadata(String filename,
                      String author,
                      String date,
                      String software_Name,
                      String software_Version,
                      String description)
These are the generic metadata of a report.

Parameters:
filename -
author -
date -
software_Name - Keridwen based software used to generate the file
software_Version - version of this software
description - Description of the file

ReportMetadata

public ReportMetadata()
These are the generic metadata of a report.

Method Detail

getFilename

public String getFilename()
Returns:
the filename

setFilename

public void setFilename(String filename)
Parameters:
filename - the filename to set

getAuthor

public String getAuthor()
Returns:
the author

setAuthor

public void setAuthor(String author)
Parameters:
author - the author to set

getDate

public String getDate()
Returns:
the date

setDate

public void setDate(String date)
Parameters:
date - the date to set

getSoftware_Name

public String getSoftware_Name()
Returns:
the software_Name

setSoftware_Name

public void setSoftware_Name(String software_Name)
Parameters:
software_Name - the software_Name to set

getSoftware_Version

public String getSoftware_Version()
Returns:
the software_Version

setSoftware_Version

public void setSoftware_Version(String software_Version)
Parameters:
software_Version - the software_Version to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set


Copyright © 2012-2013 Artenum. All Rights Reserved.