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

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

public class EditAnnotationLogEntry
extends AccessLogEntry

Represents an access log entry for editing an annotation

Author:
Panagiota Koltsida, NKUA

Constructor Summary
EditAnnotationLogEntry(java.lang.String annotationType, java.lang.String annotationName, java.lang.String annotatedObjectID)
           
 
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

EditAnnotationLogEntry

public EditAnnotationLogEntry(java.lang.String annotationType,
                              java.lang.String annotationName,
                              java.lang.String annotatedObjectID)
Method Detail

getLogMessage

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