interfaceelements
Class LoadStatus

java.lang.Object
  extended by interfaceelements.ProcessStatus
      extended by interfaceelements.LoadStatus
All Implemented Interfaces:
java.io.Serializable

public class LoadStatus
extends ProcessStatus
implements java.io.Serializable

Reports the state of LexBIG load operations.

See Also:
Serialized Form

Constructor Summary
LoadStatus()
           
LoadStatus(org.apache.axis.types.URI loadSource, int numConceptsLoaded, int numRelationsLoaded)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.URI getLoadSource()
          Gets the loadSource value for this LoadStatus.
 int getNumConceptsLoaded()
          Gets the numConceptsLoaded value for this LoadStatus.
 int getNumRelationsLoaded()
          Gets the numRelationsLoaded value for this LoadStatus.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLoadSource(org.apache.axis.types.URI loadSource)
          Sets the loadSource value for this LoadStatus.
 void setNumConceptsLoaded(int numConceptsLoaded)
          Sets the numConceptsLoaded value for this LoadStatus.
 void setNumRelationsLoaded(int numRelationsLoaded)
          Sets the numRelationsLoaded value for this LoadStatus.
 
Methods inherited from class interfaceelements.ProcessStatus
getEndTime, getMessage, getStartTime, getState, isErrorsLogged, isWarningsLogged, setEndTime, setErrorsLogged, setMessage, setStartTime, setState, setWarningsLogged
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadStatus

public LoadStatus()

LoadStatus

public LoadStatus(org.apache.axis.types.URI loadSource,
                  int numConceptsLoaded,
                  int numRelationsLoaded)
Method Detail

getLoadSource

public org.apache.axis.types.URI getLoadSource()
Gets the loadSource value for this LoadStatus.

Returns:
loadSource Indicates the source of the information being loaded; missing if no load is in progress.

setLoadSource

public void setLoadSource(org.apache.axis.types.URI loadSource)
Sets the loadSource value for this LoadStatus.

Parameters:
loadSource - Indicates the source of the information being loaded; missing if no load is in progress.

getNumConceptsLoaded

public int getNumConceptsLoaded()
Gets the numConceptsLoaded value for this LoadStatus.

Returns:
numConceptsLoaded

setNumConceptsLoaded

public void setNumConceptsLoaded(int numConceptsLoaded)
Sets the numConceptsLoaded value for this LoadStatus.

Parameters:
numConceptsLoaded -

getNumRelationsLoaded

public int getNumRelationsLoaded()
Gets the numRelationsLoaded value for this LoadStatus.

Returns:
numRelationsLoaded

setNumRelationsLoaded

public void setNumRelationsLoaded(int numRelationsLoaded)
Sets the numRelationsLoaded value for this LoadStatus.

Parameters:
numRelationsLoaded -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ProcessStatus

hashCode

public int hashCode()
Overrides:
hashCode in class ProcessStatus

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer