@Entity public abstract class PhenotypeEntity extends Object implements PropositionEntityVisitable, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
PhenotypeEntity() |
protected |
PhenotypeEntity(CategoryEntity.CategoryType categoryType) |
| Modifier and Type | Method and Description |
|---|---|
CategoryEntity.CategoryType |
getCategoryType() |
Date |
getCreated()
Gets the creation date.
|
String |
getDescription()
Gets the phenotype's description.
|
String |
getDisplayName()
Gets the display name of the phenotype.
|
Long |
getId()
Gets the unique identifier for the phenotype.
|
String |
getKey()
Gets the key for the phenotype.
|
Date |
getLastModified()
Gets the last modification time.
|
Long |
getUserId()
Gets the user to which this phenotype belongs.
|
boolean |
isInSystem()
Is the proposition a system level element?
|
protected void |
setCatType(CategoryEntity.CategoryType categoryType) |
void |
setCreated(Date inCreated)
Sets the creation time.
|
void |
setDescription(String inDescription)
Sets the phenotype's description.
|
void |
setDisplayName(String inDisplayName)
Sets the display name of the phenotype.
|
void |
setId(Long inId)
Sets the unique identifier for the phenotype.
|
void |
setInSystem(boolean inSystem)
Sets whether the proposition is a system level element.
|
void |
setKey(String inKey)
Sets the key for the phenotype.
|
void |
setLastModified(Date inLastModified)
Sets the last modification time.
|
void |
setUserId(Long inUserId)
Sets the user to which this phenotype belongs.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptprotected PhenotypeEntity()
protected PhenotypeEntity(CategoryEntity.CategoryType categoryType)
public String getDescription()
public void setDescription(String inDescription)
inDescription - The phenotype's description to set.public String getDisplayName()
public void setDisplayName(String inDisplayName)
inDisplayName - The display name of the phenotype.public Long getUserId()
public void setUserId(Long inUserId)
inUserId - The user to which this phenotype belongs.public Long getId()
public void setId(Long inId)
inId - The unique identifier for the phenotype.public boolean isInSystem()
public void setInSystem(boolean inSystem)
inSystem - The value of the inSystem property to set.public String getKey()
public void setKey(String inKey)
inKey - The id of the phenotype in the system ontology.public Date getCreated()
public void setCreated(Date inCreated)
inCreated - The creation time.public Date getLastModified()
public void setLastModified(Date inLastModified)
inLastModified - The last modification time.protected void setCatType(CategoryEntity.CategoryType categoryType)
public CategoryEntity.CategoryType getCategoryType()
Copyright © 2012–2021 Emory University. All rights reserved.