public class LoadStatus extends ProcessStatus implements java.io.Serializable
Constructor and Description |
---|
LoadStatus() |
Modifier and Type | Method and Description |
---|---|
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'.
|
getEndTime, getErrorsLogged, getMessage, getStartTime, getState, getWarningsLogged, isErrorsLogged, isWarningsLogged, setEndTime, setErrorsLogged, setMessage, setStartTime, setState, setWarningsLogged
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'.