|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.uitest.data.ReceivedMessage
public class ReceivedMessage
Contains information relevant to an expected message.
| Constructor Summary | |
|---|---|
ReceivedMessage()
Default constructor. |
|
ReceivedMessage(java.util.Date pReceptionTime,
java.lang.String pExpectedFileName)
Convenience constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getExpectedFileName()
The name of the file that contains the expected message. |
java.util.Date |
getReceptionTime()
The time at which the expected message was received. |
void |
setExpectedFileName(java.lang.String pFileName)
Defines the name of the file related to the expected message. |
void |
setReceptionTime(java.util.Date pReceptionTime)
Defines the time at which the expected message was received. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReceivedMessage()
public ReceivedMessage(java.util.Date pReceptionTime,
java.lang.String pExpectedFileName)
pReceptionTime - the time of reception of the message.pExpectedFileName - the name of the file that contains the expected message.| Method Detail |
|---|
public java.util.Date getReceptionTime()
getReceptionTime in interface IReceivedMessagepublic void setReceptionTime(java.util.Date pReceptionTime)
pReceptionTime - the reception time.public java.lang.String getExpectedFileName()
getExpectedFileName in interface IReceivedMessagepublic void setExpectedFileName(java.lang.String pFileName)
pFileName - the name of the expected message file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||