raccoon.core.uitest.file.data
Class PlayerChannel

java.lang.Object
  extended by raccoon.core.uitest.file.data.PlayerChannel

public class PlayerChannel
extends java.lang.Object

TODO Document this class.

Since:
Raccoon v1.0
Version:
$Id: PlayerChannel.java,v 1.1 2004/08/08 20:19:19 crouvrais Exp $
Author:
Cedric ROUVRAIS

Constructor Summary
PlayerChannel()
           
 
Method Summary
 java.lang.String getDestinationFolder()
           
 java.lang.String getSourceFile()
           
 java.lang.String getSourceFolder()
           
 boolean isMoveFile()
           
 void setDestinationFolder(java.lang.String pDestinationFolder)
           
 void setMoveFile(boolean pMoveFile)
           
 void setSourceFile(java.lang.String pSourceFile)
           
 void setSourceFolder(java.lang.String pSourceFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerChannel

public PlayerChannel()
Method Detail

getSourceFile

public java.lang.String getSourceFile()

setSourceFile

public void setSourceFile(java.lang.String pSourceFile)

getSourceFolder

public java.lang.String getSourceFolder()

setSourceFolder

public void setSourceFolder(java.lang.String pSourceFolder)

getDestinationFolder

public java.lang.String getDestinationFolder()

setDestinationFolder

public void setDestinationFolder(java.lang.String pDestinationFolder)

isMoveFile

public boolean isMoveFile()

setMoveFile

public void setMoveFile(boolean pMoveFile)


Copyright null null. All Rights Reserved.