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