Class CustomImportFile
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.CustomImportFile
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomImportFile extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomImportFile(java.lang.String fileName, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
java.lang.String
getFileName()
void
setBytes(byte[] bytes)
void
setFileName(java.lang.String fileName)
java.lang.String
toString()
-