@Entity public class Platform extends Object implements Serializable
Constructor and Description |
---|
Platform() |
Platform(Integer platformId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getDescription() |
Collection<Experiment> |
getExperimentCollection() |
String |
getInstrumentModel() |
String |
getName() |
Integer |
getPlatformId() |
Collection<SequencerRun> |
getSequencerRunCollection() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setExperimentCollection(Collection<Experiment> experimentCollection) |
void |
setInstrumentModel(String instrumentModel) |
void |
setName(String name) |
void |
setPlatformId(Integer platformId) |
void |
setSequencerRunCollection(Collection<SequencerRun> sequencerRunCollection) |
String |
toString() |
public Platform()
public Platform(Integer platformId)
public Integer getPlatformId()
public void setPlatformId(Integer platformId)
public String getName()
public void setName(String name)
public String getInstrumentModel()
public void setInstrumentModel(String instrumentModel)
public String getDescription()
public void setDescription(String description)
public Collection<Experiment> getExperimentCollection()
public void setExperimentCollection(Collection<Experiment> experimentCollection)
public Collection<SequencerRun> getSequencerRunCollection()
public void setSequencerRunCollection(Collection<SequencerRun> sequencerRunCollection)
Copyright © 2015 SeqWare. All rights reserved.