@Entity public class ValueThresholdEntity extends Object
org.protempa
.LowLevelAbstraction| Constructor and Description |
|---|
ValueThresholdEntity() |
public Long getId()
public void setId(Long id)
public PhenotypeEntity getAbstractedFrom()
public void setAbstractedFrom(PhenotypeEntity abstractedFrom)
public BigDecimal getMinValueThreshold()
public void setMinValueThreshold(BigDecimal minValueThreshold)
public String getMinTValueThreshold()
public void setMinTValueThreshold(String minTValueThreshold)
public String getMinUnits()
public void setMinUnits(String minUnits)
public ValueComparator getMinValueComp()
public void setMinValueComp(ValueComparator minValueComp)
public BigDecimal getMaxValueThreshold()
public void setMaxValueThreshold(BigDecimal maxValueThreshold)
public String getMaxTValueThreshold()
public void setMaxTValueThreshold(String maxTValueThreshold)
public String getMaxUnits()
public void setMaxUnits(String maxUnits)
public ValueComparator getMaxValueComp()
public void setMaxValueComp(ValueComparator maxValueComp)
public List<ExtendedPhenotype> getExtendedPhenotypes()
public void setExtendedPhenotypes(List<ExtendedPhenotype> extendedPhenotypes)
public void setRelationOperator(RelationOperator relationOperator)
public void setWithinAtLeast(Integer withinAtLeast)
public void setWithinAtMost(Integer withinAtMost)
public void setWithinAtMostUnits(TimeUnit withinAtMostUnits)
public void setWithinAtLeastUnits(TimeUnit withinAtLeastUnits)
public RelationOperator getRelationOperator()
public Integer getWithinAtLeast()
public Integer getWithinAtMost()
public TimeUnit getWithinAtMostUnits()
public TimeUnit getWithinAtLeastUnits()
Copyright © 2012–2021 Emory University. All rights reserved.