mgi.logme.dataholder
Class LogObject

java.lang.Object
  extended bymgi.logme.dataholder.LogObject

public class LogObject
extends java.lang.Object


Constructor Summary
LogObject()
          Creates a new instance of LogMessage
 
Method Summary
 java.lang.String getPath()
          Getter for property count.
 java.lang.String getReferer()
          Getter for property browsername.
 long getTs()
          Getter for property EID.
 void setPath(java.lang.String path)
          Setter for property count.
 void setReferer(java.lang.String referer)
          Setter for property browsername.
 void setTs(long ts)
          Setter for property EID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogObject

public LogObject()
Creates a new instance of LogMessage

Method Detail

getPath

public java.lang.String getPath()
Getter for property count.

Returns:
Value of property count.

setPath

public void setPath(java.lang.String path)
Setter for property count.


getTs

public long getTs()
Getter for property EID.

Returns:
Value of property EID.

setTs

public void setTs(long ts)
Setter for property EID.


getReferer

public java.lang.String getReferer()
Getter for property browsername.

Returns:
Value of property browsername.

setReferer

public void setReferer(java.lang.String referer)
Setter for property browsername.