public class LibrarySelectionList extends Object
LibrarySelectionList class.
| Modifier and Type | Field and Description | 
|---|---|
protected List<LibrarySelection> | 
tList  | 
| Constructor and Description | 
|---|
LibrarySelectionList()
 Constructor for LibrarySelectionList. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(LibrarySelection ex)
 add. 
 | 
List<LibrarySelection> | 
getList()
 getList. 
 | 
void | 
setList(List<LibrarySelection> list)
 setList. 
 | 
protected List<LibrarySelection> tList
public LibrarySelectionList()
Constructor for LibrarySelectionList.
public List<LibrarySelection> getList()
getList.
List object.public void setList(List<LibrarySelection> list)
setList.
list - a List object.public void add(LibrarySelection ex)
add.
ex - a LibrarySelection object.Copyright © 2015 SeqWare. All rights reserved.