com.silverpeas.silvercrawler.statistic
Class HistoryByUser

java.lang.Object
  extended by com.silverpeas.silvercrawler.statistic.HistoryByUser
All Implemented Interfaces:
Serializable

public class HistoryByUser
extends Object
implements Serializable

Class declaration

Author:
See Also:
Serialized Form

Constructor Summary
HistoryByUser(com.stratelia.webactiv.beans.admin.UserDetail user, Date lastDownload, int nbDownload)
           
 
Method Summary
 Date getLastDownload()
           
 int getNbDownload()
           
 com.stratelia.webactiv.beans.admin.UserDetail getUser()
           
 void setLastDownload(Date lastDownload)
           
 void setNbDownload(int nbDownload)
           
 void setUser(com.stratelia.webactiv.beans.admin.UserDetail user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryByUser

public HistoryByUser(com.stratelia.webactiv.beans.admin.UserDetail user,
                     Date lastDownload,
                     int nbDownload)
Method Detail

getLastDownload

public Date getLastDownload()

getUser

public com.stratelia.webactiv.beans.admin.UserDetail getUser()

getNbDownload

public int getNbDownload()

setLastDownload

public void setLastDownload(Date lastDownload)

setNbDownload

public void setNbDownload(int nbDownload)

setUser

public void setUser(com.stratelia.webactiv.beans.admin.UserDetail user)


Copyright © 2016 Silverpeas. All Rights Reserved.