core
Class LogEntry

java.lang.Object
  extended by core.LogEntry
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
LogEntry()
           
LogEntry(org.apache.axis.types.URI associatedURL, LogLevel entryLevel, java.util.Calendar entryTime, java.lang.String message, int messageNumber, java.lang.String processUID, java.lang.String programName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getAssociatedURL()
          Gets the associatedURL value for this LogEntry.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 LogLevel getEntryLevel()
          Gets the entryLevel value for this LogEntry.
 java.util.Calendar getEntryTime()
          Gets the entryTime value for this LogEntry.
 java.lang.String getMessage()
          Gets the message value for this LogEntry.
 int getMessageNumber()
          Gets the messageNumber value for this LogEntry.
 java.lang.String getProcessUID()
          Gets the processUID value for this LogEntry.
 java.lang.String getProgramName()
          Gets the programName value for this LogEntry.
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 setAssociatedURL(org.apache.axis.types.URI associatedURL)
          Sets the associatedURL value for this LogEntry.
 void setEntryLevel(LogLevel entryLevel)
          Sets the entryLevel value for this LogEntry.
 void setEntryTime(java.util.Calendar entryTime)
          Sets the entryTime value for this LogEntry.
 void setMessage(java.lang.String message)
          Sets the message value for this LogEntry.
 void setMessageNumber(int messageNumber)
          Sets the messageNumber value for this LogEntry.
 void setProcessUID(java.lang.String processUID)
          Sets the processUID value for this LogEntry.
 void setProgramName(java.lang.String programName)
          Sets the programName value for this LogEntry.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry()

LogEntry

public LogEntry(org.apache.axis.types.URI associatedURL,
                LogLevel entryLevel,
                java.util.Calendar entryTime,
                java.lang.String message,
                int messageNumber,
                java.lang.String processUID,
                java.lang.String programName)
Method Detail

getProcessUID

public java.lang.String getProcessUID()
Gets the processUID value for this LogEntry.

Returns:
processUID Unique identifier of the process that generated the log entry.

setProcessUID

public void setProcessUID(java.lang.String processUID)
Sets the processUID value for this LogEntry.

Parameters:
processUID - Unique identifier of the process that generated the log entry.

getProgramName

public java.lang.String getProgramName()
Gets the programName value for this LogEntry.

Returns:
programName Name of program that generated the log entry

setProgramName

public void setProgramName(java.lang.String programName)
Sets the programName value for this LogEntry.

Parameters:
programName - Name of program that generated the log entry

getMessage

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

Returns:
message Text of message

setMessage

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

Parameters:
message - Text of message

getEntryLevel

public LogLevel getEntryLevel()
Gets the entryLevel value for this LogEntry.

Returns:
entryLevel Level (error, warn, info, ...)

setEntryLevel

public void setEntryLevel(LogLevel entryLevel)
Sets the entryLevel value for this LogEntry.

Parameters:
entryLevel - Level (error, warn, info, ...)

getAssociatedURL

public org.apache.axis.types.URI getAssociatedURL()
Gets the associatedURL value for this LogEntry.

Returns:
associatedURL

setAssociatedURL

public void setAssociatedURL(org.apache.axis.types.URI associatedURL)
Sets the associatedURL value for this LogEntry.

Parameters:
associatedURL -

getEntryTime

public java.util.Calendar getEntryTime()
Gets the entryTime value for this LogEntry.

Returns:
entryTime

setEntryTime

public void setEntryTime(java.util.Calendar entryTime)
Sets the entryTime value for this LogEntry.

Parameters:
entryTime -

getMessageNumber

public int getMessageNumber()
Gets the messageNumber value for this LogEntry.

Returns:
messageNumber

setMessageNumber

public void setMessageNumber(int messageNumber)
Sets the messageNumber value for this LogEntry.

Parameters:
messageNumber -

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