Class AttachmentImmutable
- java.lang.Object
-
- ch.systemsx.cisd.etlserver.registrator.api.v2.impl.AttachmentImmutable
-
- All Implemented Interfaces:
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
public class AttachmentImmutable extends java.lang.Object implements ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
-
-
Constructor Summary
Constructors Constructor Description AttachmentImmutable(ch.systemsx.cisd.openbis.generic.shared.basic.dto.Attachment attachment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getFileName()
java.lang.String
getTitle()
int
getVersion()
-
-
-
Method Detail
-
getFileName
public java.lang.String getFileName()
- Specified by:
getFileName
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
-
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
-
getVersion
public int getVersion()
- Specified by:
getVersion
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
-
-