mgi.logme.data
Class ClickpathVisit
java.lang.Object
mgi.logme.data.ClickpathVisit
- All Implemented Interfaces:
- java.io.Serializable
- public class ClickpathVisit
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
ClickpathVisit()
default constructor |
ClickpathVisit(double count,
int minute,
int hour,
int day,
int month,
int year,
Clickpath clickpath,
Referer referer)
full constructor |
ClickpathVisit(int hour,
int day,
int month,
int year)
minimal constructor |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ClickpathVisit
public ClickpathVisit(double count,
int minute,
int hour,
int day,
int month,
int year,
Clickpath clickpath,
Referer referer)
- full constructor
ClickpathVisit
public ClickpathVisit()
- default constructor
ClickpathVisit
public ClickpathVisit(int hour,
int day,
int month,
int year)
- minimal constructor
getEid
public java.lang.Integer getEid()
setEid
public void setEid(java.lang.Integer eid)
getCount
public double getCount()
setCount
public void setCount(double count)
getMinute
public int getMinute()
setMinute
public void setMinute(int minute)
getHour
public int getHour()
setHour
public void setHour(int hour)
getDay
public int getDay()
setDay
public void setDay(int day)
getMonth
public int getMonth()
setMonth
public void setMonth(int month)
getYear
public int getYear()
setYear
public void setYear(int year)
getClickpath
public Clickpath getClickpath()
setClickpath
public void setClickpath(Clickpath clickpath)
getReferer
public Referer getReferer()
setReferer
public void setReferer(Referer referer)
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object other)
hashCode
public int hashCode()