public final class Frequency extends Phenotype
Phenotype.Type| Constructor and Description |
|---|
Frequency() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PhenotypeVisitor visitor) |
Integer |
getAtLeast() |
Long |
getFrequencyType() |
Boolean |
getIsConsecutive() |
Boolean |
getIsWithin() |
PhenotypeField |
getPhenotype() |
Integer |
getWithinAtLeast() |
Long |
getWithinAtLeastUnits() |
Integer |
getWithinAtMost() |
Long |
getWithinAtMostUnits() |
void |
setAtLeast(Integer atLeast) |
void |
setFrequencyType(Long frequencyType) |
void |
setIsConsecutive(Boolean isConsecutive) |
void |
setIsWithin(Boolean isWithin) |
void |
setPhenotype(PhenotypeField phenotype) |
void |
setWithinAtLeast(Integer withinAtLeast) |
void |
setWithinAtLeastUnits(Long withinAtLeastUnits) |
void |
setWithinAtMost(Integer withinAtMost) |
void |
setWithinAtMostUnits(Long withinAtMostUnits) |
String |
toString() |
getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getType, getUserId, isInSystem, isInternalNode, isSummarized, setCreated, setDescription, setDisplayName, setId, setInSystem, setInternalNode, setKey, setLastModified, setSummarized, setUserIdpublic Long getFrequencyType()
public void setFrequencyType(Long frequencyType)
public Integer getAtLeast()
public void setAtLeast(Integer atLeast)
public Boolean getIsConsecutive()
public void setIsConsecutive(Boolean isConsecutive)
public PhenotypeField getPhenotype()
public void setPhenotype(PhenotypeField phenotype)
public Boolean getIsWithin()
public void setIsWithin(Boolean isWithin)
public Integer getWithinAtLeast()
public void setWithinAtLeast(Integer withinAtLeast)
public Long getWithinAtLeastUnits()
public void setWithinAtLeastUnits(Long withinAtLeastUnits)
public Integer getWithinAtMost()
public void setWithinAtMost(Integer withinAtMost)
public Long getWithinAtMostUnits()
public void setWithinAtMostUnits(Long withinAtMostUnits)
public void accept(PhenotypeVisitor visitor) throws PhenotypeHandlingException
PhenotypeHandlingExceptionCopyright © 2016–2017 Emory University. All rights reserved.