|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractEntity
edu.iastate.metnet.hibernate.Entity
public class Entity
A class that represents a row in the 'entity' table. This class may be customized as it is never re-generated after being created.
| Constructor Summary | |
|---|---|
Entity()
Simple constructor of Entity instances. |
|
Entity(java.lang.Integer entityid)
Constructor of Entity instances given a simple primary key. |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getAbbreviations()
abbreviation |
java.util.ArrayList |
getEntityabbreviationSet()
|
java.util.ArrayList |
getEntitycommentSet()
|
java.util.ArrayList |
getEntityexternaldbSet()
|
java.util.ArrayList |
getEntityOntologySet()
|
java.util.ArrayList |
getEntityrefSet()
|
java.util.ArrayList |
getEntitysynonymSet()
|
java.util.ArrayList |
getSynonyms()
get the synonym as distinct Vector |
boolean |
isGene()
|
boolean |
isInChloroplast()
|
boolean |
isInMitochondrion()
|
boolean |
isMetabolite()
|
boolean |
isPolypeptide()
|
boolean |
isProtein()
|
boolean |
isProteinComplex()
|
boolean |
isRNA()
|
void |
setEntityabbreviationSet(java.util.ArrayList entityabbreviationSet)
|
void |
setEntitycommentSet(java.util.ArrayList entitycommentSet)
|
void |
setEntityexternaldbSet(java.util.ArrayList entityexternaldbSet)
|
void |
setEntityOntologySet(java.util.ArrayList entityOntologySet)
|
void |
setEntityrefSet(java.util.ArrayList entityrefSet)
|
void |
setEntitysynonymSet(java.util.ArrayList entitysynonymSet)
|
| Methods inherited from class edu.iastate.metnet.hibernate.AbstractEntity |
|---|
equals, getDate, getEntityid, getName, getOrganism, getSource, getType, getUsername, hashCode, setDate, setEntityid, setName, setOrganism, setSource, setType, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entity()
public Entity(java.lang.Integer entityid)
entityid - | Method Detail |
|---|
public java.util.ArrayList getEntityexternaldbSet()
public void setEntityexternaldbSet(java.util.ArrayList entityexternaldbSet)
entityexternaldbSet - The entityexternaldbSet to set.public java.util.ArrayList getEntityabbreviationSet()
public java.util.ArrayList getEntitycommentSet()
public java.util.ArrayList getEntityrefSet()
public java.util.ArrayList getEntitysynonymSet()
public void setEntityabbreviationSet(java.util.ArrayList entityabbreviationSet)
entityabbreviationSet - The entityabbreviationSet to set.public void setEntitycommentSet(java.util.ArrayList entitycommentSet)
entitycommentSet - The entitycommentSet to set.public void setEntityrefSet(java.util.ArrayList entityrefSet)
entityrefSet - The entityrefSet to set.public void setEntitysynonymSet(java.util.ArrayList entitysynonymSet)
entitysynonymSet - The entitysynonymSet to set.public java.util.ArrayList getAbbreviations()
public java.util.ArrayList getSynonyms()
public java.util.ArrayList getEntityOntologySet()
public void setEntityOntologySet(java.util.ArrayList entityOntologySet)
entityOntologySet - The entityOntologySet to set.public boolean isGene()
public boolean isRNA()
public boolean isPolypeptide()
public boolean isProteinComplex()
public boolean isProtein()
public boolean isMetabolite()
public boolean isInChloroplast()
public boolean isInMitochondrion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||