public interface AttachmentModelAware extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ATTACHMENT |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllAttachment(List<Attachment> attachments) |
void |
addAttachment(Attachment attachment) |
List<Attachment> |
getAttachment() |
void |
removeAttachment(Attachment attachment) |
static final String PROPERTY_ATTACHMENT
List<Attachment> getAttachment()
void addAllAttachment(List<Attachment> attachments)
void addAttachment(Attachment attachment)
void removeAttachment(Attachment attachment)
Copyright © 2014–2016 CodeLutin. All rights reserved.