@Entity public class LibrarySource extends Object implements Serializable
Constructor and Description |
---|
LibrarySource() |
LibrarySource(Integer librarySourceId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getDescription() |
Collection<ExperimentLibraryDesign> |
getExperimentLibraryDesignCollection() |
Collection<Lane> |
getLaneCollection() |
Integer |
getLibrarySourceId() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setExperimentLibraryDesignCollection(Collection<ExperimentLibraryDesign> experimentLibraryDesignCollection) |
void |
setLaneCollection(Collection<Lane> laneCollection) |
void |
setLibrarySourceId(Integer librarySourceId) |
void |
setName(String name) |
String |
toString() |
public LibrarySource()
public LibrarySource(Integer librarySourceId)
public Integer getLibrarySourceId()
public void setLibrarySourceId(Integer librarySourceId)
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.