Class AttachmentWithContent
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.Attachment
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AttachmentWithContent
-
- All Implemented Interfaces:
IRegistratorHolder
,java.io.Serializable
,java.lang.Comparable<Attachment>
public class AttachmentWithContent extends Attachment
AnAttachment
which has the actual content.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentWithContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContent()
void
setContent(byte[] content)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.Attachment
compareTo, getDescription, getFileName, getLatestVersionPermlink, getPermlink, getTitle, getVersion, setDescription, setFileName, setLatestVersionPermlink, setPermlink, setTitle, setVersion
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
getRegistrationDate, getRegistrator, setRegistrationDate, setRegistrator
-
-