org.eclipse.higgins.sync.to
Class FileTO
java.lang.Object
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
FileTO
public FileTO()
getFileData
public byte[] getFileData()
- Returns:
- the fileData
setFileData
public FileTO setFileData(byte[] fileData)
- Parameters:
fileData - the fileData to set