@Entity public class FrequencyEntity extends PhenotypeEntity
| Constructor and Description |
|---|
FrequencyEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PhenotypeEntityVisitor visitor) |
PhenotypeEntity |
getAbstractedFrom() |
Integer |
getCount() |
ExtendedPhenotype |
getExtendedProposition() |
FrequencyType |
getFrequencyType() |
Integer |
getWithinAtLeast() |
TimeUnit |
getWithinAtLeastUnits() |
Integer |
getWithinAtMost() |
TimeUnit |
getWithinAtMostUnits() |
boolean |
isConsecutive() |
void |
setConsecutive(boolean consecutive) |
void |
setCount(Integer count) |
void |
setExtendedProposition(ExtendedPhenotype extendedProposition) |
void |
setFrequencyType(FrequencyType frequencyType) |
void |
setWithinAtLeast(Integer duration) |
void |
setWithinAtLeastUnits(TimeUnit withinAtLeastUnits) |
void |
setWithinAtMost(Integer duration) |
void |
setWithinAtMostUnits(TimeUnit withinAtMostUnits) |
String |
toString() |
getCategoryType, getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getUserId, isInSystem, setCatType, setCreated, setDescription, setDisplayName, setId, setInSystem, setKey, setLastModified, setUserIdpublic Integer getCount()
public void setCount(Integer count)
public boolean isConsecutive()
public void setConsecutive(boolean consecutive)
public PhenotypeEntity getAbstractedFrom()
public ExtendedPhenotype getExtendedProposition()
public void setExtendedProposition(ExtendedPhenotype extendedProposition)
public Integer getWithinAtLeast()
public void setWithinAtLeast(Integer duration)
public TimeUnit getWithinAtLeastUnits()
public void setWithinAtLeastUnits(TimeUnit withinAtLeastUnits)
public Integer getWithinAtMost()
public void setWithinAtMost(Integer duration)
public TimeUnit getWithinAtMostUnits()
public void setWithinAtMostUnits(TimeUnit withinAtMostUnits)
public FrequencyType getFrequencyType()
public void setFrequencyType(FrequencyType frequencyType)
public void accept(PhenotypeEntityVisitor visitor)
public String toString()
toString in class PhenotypeEntityCopyright © 2012–2016 Emory University. All rights reserved.