org.apache.jetspeed.statistics.impl
Class PortletLogRecord

java.lang.Object
  extended by org.apache.jetspeed.statistics.impl.LogRecord
      extended by org.apache.jetspeed.statistics.impl.PortletLogRecord

public class PortletLogRecord
extends LogRecord

PortletLogRecord

Extends the abstract class LogRecord to holds the fields of a Portlet Access log entry.

Version:
$Id: LogRecord.java 188420 2005-03-23 22:25:50Z rdk $
Author:
Richard D. Klein

Field Summary
protected  String pagePath
           
protected  String portletName
           
 
Fields inherited from class org.apache.jetspeed.statistics.impl.LogRecord
ipAddress, logType, msElapsedTime, status, timeStamp, TYPE_PAGE, TYPE_PORTLET, TYPE_USER, userName
 
Constructor Summary
PortletLogRecord()
           
 
Method Summary
 String getPagePath()
           
 String getPortletName()
           
 void setPagePath(String pagePath)
           
 void setPortletName(String portletName)
           
 
Methods inherited from class org.apache.jetspeed.statistics.impl.LogRecord
getIpAddress, getLogType, getMsElapsedTime, getStatus, getTimeStamp, getUserName, setIpAddress, setLogType, setMsElapsedTime, setStatus, setTimeStamp, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletName

protected String portletName

pagePath

protected String pagePath
Constructor Detail

PortletLogRecord

public PortletLogRecord()
Method Detail

getPagePath

public String getPagePath()
Returns:
Returns the pagePath.

setPagePath

public void setPagePath(String pagePath)
Parameters:
pagePath - The pagePath to set.

getPortletName

public String getPortletName()
Returns:
Returns the portletName.

setPortletName

public void setPortletName(String portletName)
Parameters:
portletName - The portletName to set.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.