fdda.plugins.xmlreader
Class ProjectInformationImpl

java.lang.Object
  |
  +--fdda.plugins.xmlreader.ProjectInformationImpl
All Implemented Interfaces:
ProjectInformation

class ProjectInformationImpl
extends Object
implements ProjectInformation

Simple implementation of project information interface

Author:
Jörg Rüdenauer

Constructor Summary
ProjectInformationImpl()
          Constructor
 
Method Summary
 String getLocation()
          Returns the storage location of the project
 String getName()
          Returns the name of the project
 Date getProcessingTime()
          Returns the time when the project was loaded or saved.
 void setLocation(String string)
          Sets the location
 void setName(String string)
          Sets the name
 void setProcessingTime(Date date)
          Sets the processing time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectInformationImpl

public ProjectInformationImpl()
Constructor

Method Detail

getLocation

public String getLocation()
Description copied from interface: ProjectInformation
Returns the storage location of the project

Specified by:
getLocation in interface ProjectInformation
Returns:
the location

getName

public String getName()
Description copied from interface: ProjectInformation
Returns the name of the project

Specified by:
getName in interface ProjectInformation
Returns:
the name

getProcessingTime

public Date getProcessingTime()
Description copied from interface: ProjectInformation
Returns the time when the project was loaded or saved.

Specified by:
getProcessingTime in interface ProjectInformation
Returns:
the time

setLocation

public void setLocation(String string)
Sets the location

Parameters:
string - the location

setName

public void setName(String string)
Sets the name

Parameters:
string - the name

setProcessingTime

public void setProcessingTime(Date date)
Sets the processing time

Parameters:
date - the time


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.