org.gcube.application.framework.accesslogger.model
Class QuickSearchAccessLogEntry

java.lang.Object
  extended by org.gcube.application.framework.accesslogger.model.AccessLogEntry
      extended by org.gcube.application.framework.accesslogger.model.QuickSearchAccessLogEntry

public class QuickSearchAccessLogEntry
extends AccessLogEntry

Represents an access log entry for the quick search

Author:
Panagiota Koltsida, NKUA

Constructor Summary
QuickSearchAccessLogEntry(java.lang.String term)
          Constructor
 
Method Summary
 java.lang.String getLogMessage()
           
 
Methods inherited from class org.gcube.application.framework.accesslogger.model.AccessLogEntry
getType, replaceReservedChars
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickSearchAccessLogEntry

public QuickSearchAccessLogEntry(java.lang.String term)
Constructor

Parameters:
term - The term that was used in search
Method Detail

getLogMessage

public java.lang.String getLogMessage()
Specified by:
getLogMessage in class AccessLogEntry
Returns:
The log message for a Quick search entry