All Superinterfaces:
Serializable
All Known Subinterfaces:
MutableAttachment
All Known Implementing Classes:
AttachmentImpl, LocalAttachmentInfo

public interface Attachment extends Serializable
Especificacao de um anexo
Author:
Eduardo Frazao
  • Method Details

    • id

      String id()
    • isRequired

      boolean isRequired()
    • canBeRemovedByAttachmentManager

      boolean canBeRemovedByAttachmentManager()
    • name

      String name()
    • description

      String description()
    • tag

      String tag()
    • allowedMimeTypes

      Collection<String> allowedMimeTypes()