Package org.ametys.cms.repository
Interface AttachableAmetysObject
- All Superinterfaces:
AmetysObject
Interface to handle attachments on AmetysObject
-
Method Summary
Modifier and TypeMethodDescriptionGet the attachments listvoid
setAttachments
(List<Binary> attachments) Set the attachments listMethods inherited from interface org.ametys.plugins.repository.AmetysObject
equals, getId, getName, getParent, getParentPath, getPath, hashCode
-
Method Details
-
getAttachments
Get the attachments list- Returns:
- the attachments list
-
setAttachments
Set the attachments list- Parameters:
attachments
- the attachments list
-