@Entity public class SampleRelationship extends Object implements Serializable
Constructor and Description |
---|
SampleRelationship() |
SampleRelationship(Integer sampleRelationshipId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Sample |
getChildId() |
Sample |
getParentId() |
String |
getRelationship() |
Integer |
getSampleRelationshipId() |
int |
hashCode() |
void |
setChildId(Sample childId) |
void |
setParentId(Sample parentId) |
void |
setRelationship(String relationship) |
void |
setSampleRelationshipId(Integer sampleRelationshipId) |
String |
toString() |
public SampleRelationship()
public SampleRelationship(Integer sampleRelationshipId)
public Integer getSampleRelationshipId()
public void setSampleRelationshipId(Integer sampleRelationshipId)
public String getRelationship()
public void setRelationship(String relationship)
public Sample getParentId()
public void setParentId(Sample parentId)
public Sample getChildId()
public void setChildId(Sample childId)
Copyright © 2015 SeqWare. All rights reserved.