com.silverpeas.silvercrawler.statistic
Class HistoryByUser
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryByUser
public HistoryByUser(com.stratelia.webactiv.beans.admin.UserDetail user,
Date lastDownload,
int nbDownload)
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.