com.goldenhammer.fileio.modality
Class ModalityInformation

java.lang.Object
  extended bycom.goldenhammer.fileio.modality.ModalityInformation

public class ModalityInformation
extends java.lang.Object

This class holds information associated with a modality (file path) etc


Constructor Summary
ModalityInformation()
          Constructor
 
Method Summary
 java.lang.String getFilePath()
           
 Modality getModality()
           
 void setFilePath(java.lang.String filePath)
           
 void setModality(Modality modality)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModalityInformation

public ModalityInformation()
Constructor

Method Detail

getFilePath

public java.lang.String getFilePath()
Returns:
Returns the filePath.

setFilePath

public void setFilePath(java.lang.String filePath)
Parameters:
filePath - The filePath to set.

getModality

public Modality getModality()
Returns:
Returns the modality.

setModality

public void setModality(Modality modality)
Parameters:
modality - The modality to set.