|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.util.IntactStatistics
This class represents the Statistics table in the database. The Script sql/[oracle|postgres]/insert_count_statistics.sql should be run before to use of this class. The corresponding mapping between the both JAVA object and the SQL table is described in the repository_user.xml
| Field Summary | |
protected int |
ac
Specify the ac of the field retrieved. |
protected int |
binaryInteractions
|
protected int |
complexInteractions
|
protected int |
experimentNumber
|
protected int |
interactionNumber
|
protected int |
proteinNumber
|
protected int |
termNumber
|
protected java.sql.Timestamp |
timestamp
Specify the date of the object storing. |
| Constructor Summary | |
IntactStatistics()
|
|
| Method Summary | |
int |
compareTo(java.lang.Object o)
Compares this object with the specified object for order. |
int |
getAc()
returns the timestamp |
int |
getNumberOfBinaryInteractions()
returns the number of interactions with two interactors, now available in the IntAct Database |
int |
getNumberOfComplexInteractions()
returns the number of interactions with more than two interactors, now available in the IntAct Database |
int |
getNumberOfExperiments()
returns the number of experiments now available in the IntAct Database |
int |
getNumberOfGoTerms()
returns the number of terms in the Controlled Vocabulary table now available in the IntAct Database |
int |
getNumberOfInteractions()
returns the number of interactions now available in the IntAct Database |
int |
getNumberOfProteins()
returns the number of proteins now available in the IntAct Database |
java.sql.Timestamp |
getTimestamp()
returns the timestamp |
void |
setAc(int ac)
|
void |
setNumberOfBinaryInteractions(int binaryInteraction)
|
void |
setNumberOfComplexInteractions(int complexInteraction)
|
void |
setNumberOfExperiments(int experimentNumb)
|
void |
setNumberOfGoTerms(int termNumb)
|
void |
setNumberOfInteractions(int interactionNumb)
|
void |
setNumberOfProteins(int proteinNumb)
|
void |
setTimestamp(java.sql.Timestamp timeStamp)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int ac
protected java.sql.Timestamp timestamp
protected int proteinNumber
protected int interactionNumber
protected int binaryInteractions
protected int complexInteractions
protected int experimentNumber
protected int termNumber
| Constructor Detail |
public IntactStatistics()
| Method Detail |
public final int getAc()
public final void setAc(int ac)
public final java.sql.Timestamp getTimestamp()
public final void setTimestamp(java.sql.Timestamp timeStamp)
public final int getNumberOfProteins()
public final void setNumberOfProteins(int proteinNumb)
public final int getNumberOfInteractions()
public final void setNumberOfInteractions(int interactionNumb)
public final int getNumberOfBinaryInteractions()
public final void setNumberOfBinaryInteractions(int binaryInteraction)
public final int getNumberOfComplexInteractions()
public final void setNumberOfComplexInteractions(int complexInteraction)
public final int getNumberOfExperiments()
public final void setNumberOfExperiments(int experimentNumb)
public final int getNumberOfGoTerms()
public final void setNumberOfGoTerms(int termNumb)
public final java.lang.String toString()
toString in class java.lang.Objectpublic final int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - the Object to be compared.
java.lang.ClassCastException - if the specified object's type prevents it
from being compared to this Object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||