public class EntrySelection extends Object implements IDataTransferModel
Constructor and Description |
---|
EntrySelection() |
Modifier and Type | Method and Description |
---|---|
ArrayList<FolderDetails> |
getDestination() |
ArrayList<Long> |
getEntries() |
EntryType |
getEntryType() |
String |
getFolderId() |
List<PartData> |
getRemoteEntries() |
SearchQuery |
getSearchQuery() |
EntrySelectionType |
getSelectionType() |
boolean |
isAll() |
void |
setAll(boolean all) |
void |
setDestination(ArrayList<FolderDetails> destination) |
void |
setEntries(ArrayList<Long> entries) |
void |
setEntryType(EntryType entryType) |
void |
setFolderId(String folderId) |
void |
setSearchQuery(SearchQuery searchQuery) |
void |
setSelectionType(EntrySelectionType selectionType) |
public boolean isAll()
public void setAll(boolean all)
public EntryType getEntryType()
public void setEntryType(EntryType entryType)
public EntrySelectionType getSelectionType()
public void setSelectionType(EntrySelectionType selectionType)
public SearchQuery getSearchQuery()
public void setSearchQuery(SearchQuery searchQuery)
public ArrayList<FolderDetails> getDestination()
public void setDestination(ArrayList<FolderDetails> destination)
public String getFolderId()
public void setFolderId(String folderId)
Copyright © 2017. All rights reserved.