de.fhkl.zw.mkup.rattrap.entity
Class HarvesterAccessLog

java.lang.Object
  extended by de.fhkl.zw.mkup.rattrap.entity.AbstractEntity
      extended by de.fhkl.zw.mkup.rattrap.entity.HarvesterAccessLog

public class HarvesterAccessLog
extends AbstractEntity

Author:
rob this class encapsulates persistence of the HarvesterAccessLog entity.

Constructor Summary
HarvesterAccessLog()
           
 
Method Summary
 void delete()
           
 java.lang.String getIp()
           
 long getTs()
           
 int getUseragentPK()
           
 void insert()
           
 void load(long ts, java.lang.String ip)
           
 void setIp(java.lang.String ip)
           
 void setTs(long ts)
           
 void setUseragentPK(int useragentPK)
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarvesterAccessLog

public HarvesterAccessLog()
Method Detail

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.