org.eclipse.higgins.sync.to
Class FileTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.FileTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CrdFileTO, CrdsFileTO

public class FileTO
extends Object
implements Serializable

Base binary file transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
FileTO()
           
 
Method Summary
 byte[] getFileData()
           
 FileTO setFileData(byte[] fileData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTO

public FileTO()
Method Detail

getFileData

public byte[] getFileData()
Returns:
the fileData

setFileData

public FileTO setFileData(byte[] fileData)
Parameters:
fileData - the fileData to set