|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.types.AbsComponent
raccoon.core.uitest.data.ComponentFile
public class ComponentFile
Test data defined in a test instance.
| Field Summary |
|---|
| Fields inherited from class raccoon.core.types.AbsComponent |
|---|
mIsInError |
| Constructor Summary | |
|---|---|
ComponentFile()
Default constructor, required for dynamic instanciation. |
|
ComponentFile(int pSequenceNumber,
java.lang.String pFileName)
Convenience constructor. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears all the current errors attached to this component. |
java.lang.String |
getFileName()
The file name of this component |
java.net.URL |
getFileURL()
The URL of the file. |
java.lang.Object |
getPayLoad()
Retrieves the payload associated to this file |
int |
getSequenceNumber()
The order of this file for a given sequence. |
void |
setFileName(java.lang.String pFileName)
Defines the name of the file containing the description of this component. |
void |
setFileURL(java.net.URL pFileURL)
Defines the URL of this file. |
void |
setPayLoad(java.lang.Object pPayLoad)
Assigns the content of this file. |
void |
setSequenceNumber(int pSequenceNumber)
Defines the sequence number for this component. |
java.lang.String |
toString()
|
| Methods inherited from class raccoon.core.types.AbsComponent |
|---|
isInError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentFile()
public ComponentFile(int pSequenceNumber,
java.lang.String pFileName)
pSequenceNumber - the sequence number of this file within the context of a filepFileName - the name of the file| Method Detail |
|---|
public java.lang.String getFileName()
public void setFileName(java.lang.String pFileName)
pFileName - the name of the file (relative or absolute)public int getSequenceNumber()
public void setSequenceNumber(int pSequenceNumber)
pSequenceNumber - the order in the sequence.public java.net.URL getFileURL()
public void setFileURL(java.net.URL pFileURL)
pFileURL - the fully qualified URL of the file.public java.lang.Object getPayLoad()
public void setPayLoad(java.lang.Object pPayLoad)
pPayLoad - the interpreted contents of this file.public void clear()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||