public class AttachmentExportWrapper
extends java.lang.Object
Constructor and Description |
---|
AttachmentExportWrapper() |
AttachmentExportWrapper(AttachmentMapOverlay.MapItemAttachment e) |
Modifier and Type | Method and Description |
---|---|
void |
add(AttachmentExportWrapper folder)
Add all data from the specified folder to 'this' folder
|
java.util.List<AttachmentMapOverlay.MapItemAttachment> |
getExports() |
boolean |
isEmpty()
Returns a boolean based on the size of the export list.
|
public AttachmentExportWrapper()
public AttachmentExportWrapper(AttachmentMapOverlay.MapItemAttachment e)
public java.util.List<AttachmentMapOverlay.MapItemAttachment> getExports()
public void add(AttachmentExportWrapper folder)
folder
- the folder to addpublic boolean isEmpty()