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.StringgetFileName()voidsetBytes(byte[] bytes)voidsetFileName(java.lang.String fileName)java.lang.StringtoString()
-