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