Class FormRecordAttachmentInfo
- java.lang.Object
 - 
- de.xima.fc.e2e.containerplugin.model.FormRecordAttachmentInfo
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class FormRecordAttachmentInfo extends Object implements Serializable
Model for displaying the data of an attachment.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormRecordAttachmentInfoforAttachment(IEntityContext ec, Attachment a)StringgetAlias()StringgetElementName()StringgetFileName()LonggetId()ImageSizegetImageSize()StringgetLink()StringgetMd5Sum()intgetSize()EAttachmentSourcegetSource()StringgetUploadDate()StringgetUuid()booleanisDeletable()voidsetDeletable(boolean deletable) 
 - 
 
- 
- 
Method Detail
- 
getAlias
public String getAlias()
 
- 
getElementName
public String getElementName()
 
- 
getFileName
public String getFileName()
 
- 
getId
public Long getId()
 
- 
getImageSize
public ImageSize getImageSize()
 
- 
getLink
public String getLink()
 
- 
getMd5Sum
public String getMd5Sum()
 
- 
getSize
public int getSize()
 
- 
getSource
public EAttachmentSource getSource()
 
- 
getUploadDate
public String getUploadDate()
 
- 
getUuid
public String getUuid()
 
- 
isDeletable
public boolean isDeletable()
 
- 
setDeletable
public void setDeletable(boolean deletable)
 
- 
forAttachment
public static FormRecordAttachmentInfo forAttachment(IEntityContext ec, Attachment a)
 
 - 
 
 -