com.goldenhammer.fileio.testprofile
Class TestProfileInformation

java.lang.Object
  extended bycom.goldenhammer.fileio.testprofile.TestProfileInformation

public class TestProfileInformation
extends java.lang.Object

This class holds a test profile and assorted information


Constructor Summary
TestProfileInformation()
          Constructor
 
Method Summary
 java.lang.String getFilePath()
           
 TestProfile getTestProfile()
           
 void setFilePath(java.lang.String filePath)
           
 void setTestProfile(TestProfile testProfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProfileInformation

public TestProfileInformation()
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.

getTestProfile

public TestProfile getTestProfile()
Returns:
Returns the testProfile.

setTestProfile

public void setTestProfile(TestProfile testProfile)
Parameters:
testProfile - The testProfile to set.