public class ContrastResult extends Object implements Identifiable, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ContrastResult.Factory |
Constructor and Description |
---|
ContrastResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Double |
getCoefficient() |
FactorValue |
getFactorValue() |
Long |
getId() |
Double |
getLogFoldChange() |
Double |
getPvalue() |
FactorValue |
getSecondFactorValue() |
Double |
getTstat() |
int |
hashCode() |
void |
setCoefficient(Double coefficient) |
void |
setFactorValue(FactorValue factorValue) |
void |
setId(Long id) |
void |
setLogFoldChange(Double logFoldChange) |
void |
setPvalue(Double pvalue) |
void |
setSecondFactorValue(FactorValue secondFactorValue) |
void |
setTstat(Double tstat) |
String |
toString() |
public Double getCoefficient()
public void setCoefficient(Double coefficient)
public FactorValue getFactorValue()
public void setFactorValue(FactorValue factorValue)
public Long getId()
getId
in interface Identifiable
public void setId(Long id)
public Double getLogFoldChange()
public void setLogFoldChange(Double logFoldChange)
public Double getPvalue()
public void setPvalue(Double pvalue)
public FactorValue getSecondFactorValue()
public void setSecondFactorValue(FactorValue secondFactorValue)
public Double getTstat()
public void setTstat(Double tstat)
public int hashCode()
public boolean equals(Object object)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.