@Entity public class ExtendedPhenotype extends Object
| Constructor and Description |
|---|
ExtendedPhenotype() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
Integer |
getMaxDuration() |
TimeUnit |
getMaxDurationTimeUnit() |
Integer |
getMinDuration() |
TimeUnit |
getMinDurationTimeUnit() |
PhenotypeEntity |
getPhenotypeEntity() |
PropertyConstraint |
getPropertyConstraint() |
void |
setId(Long inId) |
void |
setMaxDuration(Integer maxDuration) |
void |
setMaxDurationTimeUnit(TimeUnit maxDurationTimeUnit) |
void |
setMinDuration(Integer minDuration) |
void |
setMinDurationTimeUnit(TimeUnit minDurationTimeUnit) |
void |
setPhenotypeEntity(PhenotypeEntity inPhenotypeEntity) |
void |
setPropertyConstraint(PropertyConstraint inPropertyConstraint) |
String |
toString() |
public Long getId()
public void setId(Long inId)
public Integer getMinDuration()
public void setMinDuration(Integer minDuration)
public TimeUnit getMinDurationTimeUnit()
public void setMinDurationTimeUnit(TimeUnit minDurationTimeUnit)
public Integer getMaxDuration()
public void setMaxDuration(Integer maxDuration)
public TimeUnit getMaxDurationTimeUnit()
public void setMaxDurationTimeUnit(TimeUnit maxDurationTimeUnit)
public PropertyConstraint getPropertyConstraint()
public void setPropertyConstraint(PropertyConstraint inPropertyConstraint)
public PhenotypeEntity getPhenotypeEntity()
public void setPhenotypeEntity(PhenotypeEntity inPhenotypeEntity)
Copyright © 2012–2016 Emory University. All rights reserved.