interfaceelements
Class ProcessStatus

java.lang.Object
  extended by interfaceelements.ProcessStatus
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExportStatus, LoadStatus

public class ProcessStatus
extends java.lang.Object
implements java.io.Serializable

Reports the state of LexBIG runtime operations.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.util.Calendar endTime
           
private  boolean errorsLogged
           
private  java.lang.String message
           
private  java.util.Calendar startTime
           
private  ProcessState state
          State of the operation.
private static org.apache.axis.description.TypeDesc typeDesc
           
private  boolean warningsLogged
           
 
Constructor Summary
ProcessStatus()
           
ProcessStatus(java.util.Calendar endTime, boolean errorsLogged, java.lang.String message, java.util.Calendar startTime, ProcessState state, boolean warningsLogged)
           
 
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
 java.util.Calendar getEndTime()
          Gets the endTime value for this ProcessStatus.
 java.lang.String getMessage()
          Gets the message value for this ProcessStatus.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartTime()
          Gets the startTime value for this ProcessStatus.
 ProcessState getState()
          Gets the state value for this ProcessStatus.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isErrorsLogged()
          Gets the errorsLogged value for this ProcessStatus.
 boolean isWarningsLogged()
          Gets the warningsLogged value for this ProcessStatus.
 void setEndTime(java.util.Calendar endTime)
          Sets the endTime value for this ProcessStatus.
 void setErrorsLogged(boolean errorsLogged)
          Sets the errorsLogged value for this ProcessStatus.
 void setMessage(java.lang.String message)
          Sets the message value for this ProcessStatus.
 void setStartTime(java.util.Calendar startTime)
          Sets the startTime value for this ProcessStatus.
 void setState(ProcessState state)
          Sets the state value for this ProcessStatus.
 void setWarningsLogged(boolean warningsLogged)
          Sets the warningsLogged value for this ProcessStatus.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

private ProcessState state
State of the operation.


startTime

private java.util.Calendar startTime

endTime

private java.util.Calendar endTime

message

private java.lang.String message

errorsLogged

private boolean errorsLogged

warningsLogged

private boolean warningsLogged

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ProcessStatus

public ProcessStatus()

ProcessStatus

public ProcessStatus(java.util.Calendar endTime,
                     boolean errorsLogged,
                     java.lang.String message,
                     java.util.Calendar startTime,
                     ProcessState state,
                     boolean warningsLogged)
Method Detail

getState

public ProcessState getState()
Gets the state value for this ProcessStatus.

Returns:
state State of the operation.

setState

public void setState(ProcessState state)
Sets the state value for this ProcessStatus.

Parameters:
state - State of the operation.

getStartTime

public java.util.Calendar getStartTime()
Gets the startTime value for this ProcessStatus.

Returns:
startTime

setStartTime

public void setStartTime(java.util.Calendar startTime)
Sets the startTime value for this ProcessStatus.

Parameters:
startTime -

getEndTime

public java.util.Calendar getEndTime()
Gets the endTime value for this ProcessStatus.

Returns:
endTime

setEndTime

public void setEndTime(java.util.Calendar endTime)
Sets the endTime value for this ProcessStatus.

Parameters:
endTime -

getMessage

public java.lang.String getMessage()
Gets the message value for this ProcessStatus.

Returns:
message

setMessage

public void setMessage(java.lang.String message)
Sets the message value for this ProcessStatus.

Parameters:
message -

isErrorsLogged

public boolean isErrorsLogged()
Gets the errorsLogged value for this ProcessStatus.

Returns:
errorsLogged

setErrorsLogged

public void setErrorsLogged(boolean errorsLogged)
Sets the errorsLogged value for this ProcessStatus.

Parameters:
errorsLogged -

isWarningsLogged

public boolean isWarningsLogged()
Gets the warningsLogged value for this ProcessStatus.

Returns:
warningsLogged

setWarningsLogged

public void setWarningsLogged(boolean warningsLogged)
Sets the warningsLogged value for this ProcessStatus.

Parameters:
warningsLogged -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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