com.silverpeas.silvercrawler.statistic
Class HistoryDetail

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

public class HistoryDetail
extends Object
implements Serializable

Class declaration

Author:
See Also:
Serialized Form

Constructor Summary
HistoryDetail(Date date, String userId, String path)
          Constructor declaration
 
Method Summary
 Date getDate()
          Method declaration
 String getPath()
          Method declaration
 String getUserId()
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryDetail

public HistoryDetail(Date date,
                     String userId,
                     String path)
Constructor declaration

Parameters:
date -
userId -
foreignPK -
See Also:
Method Detail

getDate

public Date getDate()
Method declaration

Returns:
See Also:

getUserId

public String getUserId()
Method declaration

Returns:
See Also:

getPath

public String getPath()
Method declaration

Returns:
See Also:


Copyright © 2016 Silverpeas. All Rights Reserved.