com.stratelia.webactiv.util.statistic.model
Class HistoryObjectDetail

java.lang.Object
  extended by com.stratelia.webactiv.util.statistic.model.HistoryObjectDetail
All Implemented Interfaces:
Serializable

public class HistoryObjectDetail
extends Object
implements Serializable

Class declaration

Author:
See Also:
Serialized Form

Constructor Summary
HistoryObjectDetail(Date date, String userId, ForeignPK foreignPK)
          Constructor declaration
 
Method Summary
 Date getDate()
          Method declaration
 ForeignPK getForeignPK()
          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

HistoryObjectDetail

public HistoryObjectDetail(Date date,
                           String userId,
                           ForeignPK foreignPK)
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:

getForeignPK

public ForeignPK getForeignPK()
Method declaration

Returns:
See Also:


Copyright © 2016 Silverpeas. All Rights Reserved.