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

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

public class ContentRetrievalLogEntry
extends AccessLogEntry

Represents an access log entry for the Retrieval of a content object

Author:
Panagiota Koltsida, NKUA

Constructor Summary
ContentRetrievalLogEntry(java.lang.String objectID, java.lang.String objectName)
          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

ContentRetrievalLogEntry

public ContentRetrievalLogEntry(java.lang.String objectID,
                                java.lang.String objectName)
Constructor

Parameters:
objectID - The ID of the object that is retrieved
objectName - The name of the object that is retrieved
Method Detail

getLogMessage

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