public class LogEntry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LogEntry() |
Modifier and Type | Method and Description |
---|---|
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'.
|
public java.lang.String getAssociatedURL()
public LogLevel getEntryLevel()
public java.util.Date getEntryTime()
public java.lang.String getMessage()
public java.lang.Integer getMessageNumber()
public java.lang.String getProcessUID()
public java.lang.String getProgramName()
public void setAssociatedURL(java.lang.String associatedURL)
associatedURL
- the value of field 'associatedURL'.public void setEntryLevel(LogLevel entryLevel)
entryLevel
- the value of field 'entryLevel'.public void setEntryTime(java.util.Date entryTime)
entryTime
- the value of field 'entryTime'.public void setMessage(java.lang.String message)
message
- the value of field 'message'.public void setMessageNumber(java.lang.Integer messageNumber)
messageNumber
- the value of field 'messageNumber'.public void setProcessUID(java.lang.String processUID)
processUID
- the value of field 'processUID'.public void setProgramName(java.lang.String programName)
programName
- the value of field 'programName'.