@Entity public class ValueThresholdGroupEntity extends PhenotypeEntity
| Constructor and Description |
|---|
ValueThresholdGroupEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PhenotypeEntityVisitor visitor) |
ThresholdsOperator |
getThresholdsOperator() |
List<ValueThresholdEntity> |
getValueThresholds() |
void |
setThresholdsOperator(ThresholdsOperator thresholdsOp) |
void |
setValueThresholds(List<ValueThresholdEntity> valueThresholds) |
String |
toString() |
getCategoryType, getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getUserId, isInSystem, setCatType, setCreated, setDescription, setDisplayName, setId, setInSystem, setKey, setLastModified, setUserIdpublic List<ValueThresholdEntity> getValueThresholds()
public void setValueThresholds(List<ValueThresholdEntity> valueThresholds)
public ThresholdsOperator getThresholdsOperator()
public void setThresholdsOperator(ThresholdsOperator thresholdsOp)
public void accept(PhenotypeEntityVisitor visitor)
public String toString()
toString in class PhenotypeEntityCopyright © 2012–2017 Emory University. All rights reserved.