|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.InterfaceElements.ProcessStatus
org.LexGrid.LexBIG.DataModel.InterfaceElements.LoadStatus
public class LoadStatus
Reports the state of LexBIG load operations.
Constructor Summary | |
---|---|
LoadStatus()
|
Method Summary | |
---|---|
java.lang.String |
getLoadSource()
Returns the value of field 'loadSource'. |
java.lang.Integer |
getNumConceptsLoaded()
Returns the value of field 'numConceptsLoaded'. |
java.lang.Integer |
getNumRelationsLoaded()
Returns the value of field 'numRelationsLoaded'. |
void |
setLoadSource(java.lang.String loadSource)
Sets the value of field 'loadSource'. |
void |
setNumConceptsLoaded(java.lang.Integer numConceptsLoaded)
Sets the value of field 'numConceptsLoaded'. |
void |
setNumRelationsLoaded(java.lang.Integer numRelationsLoaded)
Sets the value of field 'numRelationsLoaded'. |
Methods inherited from class org.LexGrid.LexBIG.DataModel.InterfaceElements.ProcessStatus |
---|
getEndTime, getErrorsLogged, getMessage, getStartTime, getState, getWarningsLogged, isErrorsLogged, isWarningsLogged, setEndTime, setErrorsLogged, setMessage, setStartTime, setState, setWarningsLogged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoadStatus()
Method Detail |
---|
public java.lang.String getLoadSource()
public java.lang.Integer getNumConceptsLoaded()
public java.lang.Integer getNumRelationsLoaded()
public void setLoadSource(java.lang.String loadSource)
loadSource
- the value of field 'loadSource'.public void setNumConceptsLoaded(java.lang.Integer numConceptsLoaded)
numConceptsLoaded
- the value of field
'numConceptsLoaded'.public void setNumRelationsLoaded(java.lang.Integer numRelationsLoaded)
numRelationsLoaded
- the value of field
'numRelationsLoaded'.
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |