public interface DocumentAttachable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addDocument(Document document)
Attach new document.
|
List<Document> |
getDocuments()
Get document attached to entity.
|
void |
removeDocument(Document document)
Remove an attached document.
|
Copyright © 2009-2013 IRD. All Rights Reserved.