|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jcopist.service.FileData
public class FileData
This class represents a generated file.
| 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 |
|---|
public FileData()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String _name)
_name - the new name.public byte[] getBinaryData()
public void setBinaryData(byte[] _data)
_data - the new data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||