com.goldenhammer.fileio.testprofile
Class TestProfileInformation
java.lang.Object
com.goldenhammer.fileio.testprofile.TestProfileInformation
- public class TestProfileInformation
- extends java.lang.Object
This class holds a test profile and assorted information
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestProfileInformation
public TestProfileInformation()
- Constructor
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.