net.sf.jcopist.service
Class Result

java.lang.Object
  extended by net.sf.jcopist.service.Result
All Implemented Interfaces:
java.io.Serializable

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

This class describes the result of a synchronous service call.

See Also:
Serialized Form

Constructor Summary
Result()
           
 
Method Summary
 FileData[] getFiles()
          Returns the list of files.
 void setFiles(FileData[] _files)
          Sets the list of files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()
Method Detail

getFiles

public FileData[] getFiles()
Returns the list of files.

Returns:
the list of files.

setFiles

public void setFiles(FileData[] _files)
Sets the list of files.

Parameters:
_files - the new list.


Copyright © 2007. All Rights Reserved.