synergynetframework.appsystem.services.net.filestore.messages
Class StartFileTransfer

java.lang.Object
  extended by synergynetframework.appsystem.services.net.filestore.messages.StartFileTransfer
All Implemented Interfaces:
java.io.Serializable

public class StartFileTransfer
extends java.lang.Object
implements java.io.Serializable

The Class StartFileTransfer.

See Also:
Serialized Form

Constructor Summary
StartFileTransfer()
           
 
Method Summary
 java.lang.String getFileName()
          Gets the file name.
 java.lang.String getMD5()
          Gets the m d5.
 void setFileName(java.lang.String fileName)
          Sets the file name.
 void setMD5(java.lang.String mD5)
          Sets the m d5.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartFileTransfer

public StartFileTransfer()
Method Detail

getFileName

public java.lang.String getFileName()
Gets the file name.

Returns:
the file name

getMD5

public java.lang.String getMD5()
Gets the m d5.

Returns:
the m d5

setFileName

public void setFileName(java.lang.String fileName)
Sets the file name.

Parameters:
fileName - the new file name

setMD5

public void setMD5(java.lang.String mD5)
Sets the m d5.

Parameters:
mD5 - the new m d5