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