de.fhkl.zw.mkup.rattrap.entity
Class HarvesterAccessLog
java.lang.Object
de.fhkl.zw.mkup.rattrap.entity.AbstractEntity
de.fhkl.zw.mkup.rattrap.entity.HarvesterAccessLog
public class HarvesterAccessLog
- extends AbstractEntity
- Author:
- rob
this class encapsulates persistence of the HarvesterAccessLog entity.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HarvesterAccessLog
public HarvesterAccessLog()
load
public void load(long ts,
java.lang.String ip)
throws EntityNotFoundException
- Throws:
EntityNotFoundException
update
public void update()
- Specified by:
update
in class AbstractEntity
insert
public void insert()
- Specified by:
insert
in class AbstractEntity
delete
public void delete()
- Specified by:
delete
in class AbstractEntity
getIp
public java.lang.String getIp()
- Returns:
- Returns the ip.
setIp
public void setIp(java.lang.String ip)
- Parameters:
ip
- The ip to set.
getTs
public long getTs()
- Returns:
- Returns the ts.
setTs
public void setTs(long ts)
- Parameters:
ts
- The ts to set.
getUseragentPK
public int getUseragentPK()
- Returns:
- Returns the useragentPK.
setUseragentPK
public void setUseragentPK(int useragentPK)
- Parameters:
useragentPK
- The useragentPK to set.