@Entity public class FrequencyEntity extends DataElementEntity
| Constructor and Description |
|---|
FrequencyEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataElementEntityVisitor visitor) |
DataElementEntity |
getAbstractedFrom() |
Integer |
getCount() |
ExtendedDataElement |
getExtendedProposition() |
FrequencyType |
getFrequencyType() |
Integer |
getWithinAtLeast() |
TimeUnit |
getWithinAtLeastUnits() |
Integer |
getWithinAtMost() |
TimeUnit |
getWithinAtMostUnits() |
boolean |
isConsecutive() |
void |
setConsecutive(boolean consecutive) |
void |
setCount(Integer count) |
void |
setExtendedProposition(ExtendedDataElement 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, onCycleDetected, 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 DataElementEntity getAbstractedFrom()
public ExtendedDataElement getExtendedProposition()
public void setExtendedProposition(ExtendedDataElement 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(DataElementEntityVisitor visitor)
public String toString()
toString in class DataElementEntityCopyright © 2012–2016 Emory University. All rights reserved.