| java.lang.Object org.openi.analysis.LogEntry
LogEntry | public class LogEntry (Code) | | |
LogEntry | public LogEntry()(Code) | | |
LogEntry | public LogEntry(String analysisConfigName, Date timestamp, String username, String comment)(Code) | | Parameters: analysisConfigName - Parameters: timestamp - Parameters: username - Parameters: comment - |
getAnalysisConfigName | public String getAnalysisConfigName()(Code) | | Returns the analysisConfigName. |
getComment | public String getComment()(Code) | | Returns the comment. |
getTimestamp | public Date getTimestamp()(Code) | | Returns the timestamp. |
getUsername | public String getUsername()(Code) | | Returns the username. |
setAnalysisConfigName | public void setAnalysisConfigName(String analysisConfigName)(Code) | | Parameters: analysisConfigName - The analysisConfigName to set. |
setComment | public void setComment(String comment)(Code) | | Parameters: comment - The comment to set. |
setTimestamp | public void setTimestamp(Date timestamp)(Code) | | Parameters: timestamp - The timestamp to set. |
setUsername | public void setUsername(String username)(Code) | | Parameters: username - The username to set. |
|
|