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) |
List<Attachment> |
getAttachment() |
Integer |
getObjectId() |
AttachementObjectTypeEnum |
getObjectType() |
void |
removeAllAttachment(Collection<Attachment> attachments) |
void |
removeAttachment(Attachment attachment) |
static final String PROPERTY_ATTACHMENT
static final String PROPERTY_OBJECT_ID
AttachementObjectTypeEnum getObjectType()
Integer getObjectId()
List<Attachment> getAttachment()
void addAllAttachment(Collection<Attachment> attachments)
void addAttachment(Attachment attachment)
void removeAllAttachment(Collection<Attachment> attachments)
void removeAttachment(Attachment attachment)
Copyright © 2012–2014 Ifremer. All rights reserved.