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 FormRecordAttachmentInfo
forAttachment(IEntityContext ec, Attachment a)
String
getAlias()
String
getElementName()
String
getFileName()
Long
getId()
ImageSize
getImageSize()
String
getLink()
String
getMd5Sum()
int
getSize()
EAttachmentSource
getSource()
String
getUploadDate()
String
getUuid()
boolean
isDeletable()
void
setDeletable(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)
-
-