net.sf.jcopist.service
Class FileData

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

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

This class represents a generated file.

See Also:
Serialized Form

Constructor Summary
FileData()
           
 
Method Summary
 byte[] getBinaryData()
          Returns the binary data.
 java.lang.String getName()
          Returns the name of the file.
 void setBinaryData(byte[] _data)
          Sets the binary data.
 void setName(java.lang.String _name)
          Sets the name of the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileData

public FileData()
Method Detail

getName

public java.lang.String getName()
Returns the name of the file.

Returns:
the name of the file.

setName

public void setName(java.lang.String _name)
Sets the name of the file.

Parameters:
_name - the new name.

getBinaryData

public byte[] getBinaryData()
Returns the binary data.

Returns:
the binary data.

setBinaryData

public void setBinaryData(byte[] _data)
Sets the binary data.

Parameters:
_data - the new data.


Copyright © 2007. All Rights Reserved.