org.LexGrid.LexBIG.DataModel.Core
Class LogEntry

java.lang.Object
  extended by org.LexGrid.LexBIG.DataModel.Core.LogEntry
All Implemented Interfaces:
java.io.Serializable

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

Class LogEntry.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
LogEntry()
           
 
Method Summary
 java.lang.String getAssociatedURL()
          Returns the value of field 'associatedURL'.
 LogLevel getEntryLevel()
          Returns the value of field 'entryLevel'.
 java.util.Date getEntryTime()
          Returns the value of field 'entryTime'.
 java.lang.String getMessage()
          Returns the value of field 'message'.
 java.lang.Integer getMessageNumber()
          Returns the value of field 'messageNumber'.
 java.lang.String getProcessUID()
          Returns the value of field 'processUID'.
 java.lang.String getProgramName()
          Returns the value of field 'programName'.
 void setAssociatedURL(java.lang.String associatedURL)
          Sets the value of field 'associatedURL'.
 void setEntryLevel(LogLevel entryLevel)
          Sets the value of field 'entryLevel'.
 void setEntryTime(java.util.Date entryTime)
          Sets the value of field 'entryTime'.
 void setMessage(java.lang.String message)
          Sets the value of field 'message'.
 void setMessageNumber(java.lang.Integer messageNumber)
          Sets the value of field 'messageNumber'.
 void setProcessUID(java.lang.String processUID)
          Sets the value of field 'processUID'.
 void setProgramName(java.lang.String programName)
          Sets the value of field 'programName'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry()
Method Detail

getAssociatedURL

public java.lang.String getAssociatedURL()
Returns the value of field 'associatedURL'. The field 'associatedURL' has the following description: The URL associated with the log entry. Used for retrieving particular types of logs.

Returns:
the value of field 'AssociatedURL'.

getEntryLevel

public LogLevel getEntryLevel()
Returns the value of field 'entryLevel'. The field 'entryLevel' has the following description: Level (error, warn, info, ...)

Returns:
the value of field 'EntryLevel'.

getEntryTime

public java.util.Date getEntryTime()
Returns the value of field 'entryTime'. The field 'entryTime' has the following description: The time that the entry was made. Time is local to originator location.

Returns:
the value of field 'EntryTime'.

getMessage

public java.lang.String getMessage()
Returns the value of field 'message'. The field 'message' has the following description: Text of message

Returns:
the value of field 'Message'.

getMessageNumber

public java.lang.Integer getMessageNumber()
Returns the value of field 'messageNumber'. The field 'messageNumber' has the following description: Number that uniquely identifies the message within the error system.

Returns:
the value of field 'MessageNumber'.

getProcessUID

public java.lang.String getProcessUID()
Returns the value of field 'processUID'. The field 'processUID' has the following description: Unique identifier of the process that generated the log entry.

Returns:
the value of field 'ProcessUID'.

getProgramName

public java.lang.String getProgramName()
Returns the value of field 'programName'. The field 'programName' has the following description: Name of program that generated the log entry

Returns:
the value of field 'ProgramName'.

setAssociatedURL

public void setAssociatedURL(java.lang.String associatedURL)
Sets the value of field 'associatedURL'. The field 'associatedURL' has the following description: The URL associated with the log entry. Used for retrieving particular types of logs.

Parameters:
associatedURL - the value of field 'associatedURL'.

setEntryLevel

public void setEntryLevel(LogLevel entryLevel)
Sets the value of field 'entryLevel'. The field 'entryLevel' has the following description: Level (error, warn, info, ...)

Parameters:
entryLevel - the value of field 'entryLevel'.

setEntryTime

public void setEntryTime(java.util.Date entryTime)
Sets the value of field 'entryTime'. The field 'entryTime' has the following description: The time that the entry was made. Time is local to originator location.

Parameters:
entryTime - the value of field 'entryTime'.

setMessage

public void setMessage(java.lang.String message)
Sets the value of field 'message'. The field 'message' has the following description: Text of message

Parameters:
message - the value of field 'message'.

setMessageNumber

public void setMessageNumber(java.lang.Integer messageNumber)
Sets the value of field 'messageNumber'. The field 'messageNumber' has the following description: Number that uniquely identifies the message within the error system.

Parameters:
messageNumber - the value of field 'messageNumber'.

setProcessUID

public void setProcessUID(java.lang.String processUID)
Sets the value of field 'processUID'. The field 'processUID' has the following description: Unique identifier of the process that generated the log entry.

Parameters:
processUID - the value of field 'processUID'.

setProgramName

public void setProgramName(java.lang.String programName)
Sets the value of field 'programName'. The field 'programName' has the following description: Name of program that generated the log entry

Parameters:
programName - the value of field 'programName'.

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.