@Entity public class LibrarySelection extends Object implements Serializable
Constructor and Description |
---|
LibrarySelection() |
LibrarySelection(Integer librarySelectionId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getDescription() |
Collection<ExperimentLibraryDesign> |
getExperimentLibraryDesignCollection() |
Collection<Lane> |
getLaneCollection() |
Integer |
getLibrarySelectionId() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setExperimentLibraryDesignCollection(Collection<ExperimentLibraryDesign> experimentLibraryDesignCollection) |
void |
setLaneCollection(Collection<Lane> laneCollection) |
void |
setLibrarySelectionId(Integer librarySelectionId) |
void |
setName(String name) |
String |
toString() |
public LibrarySelection()
public LibrarySelection(Integer librarySelectionId)
public Integer getLibrarySelectionId()
public void setLibrarySelectionId(Integer librarySelectionId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Collection<Lane> getLaneCollection()
public void setLaneCollection(Collection<Lane> laneCollection)
public Collection<ExperimentLibraryDesign> getExperimentLibraryDesignCollection()
public void setExperimentLibraryDesignCollection(Collection<ExperimentLibraryDesign> experimentLibraryDesignCollection)
Copyright © 2015 SeqWare. All rights reserved.