ibspan.tss.um.statistics
Class TmpStatisticsKey

java.lang.Object
  extended by ibspan.tss.um.statistics.TmpStatisticsKey

public class TmpStatisticsKey
extends Object

To avoid storing data assiocioted directly with a model, we use fields containings only URIs of resources, not the resources themselves.

Author:
Maciej Gawinecki

Constructor Summary
TmpStatisticsKey(Integer userID, UserBehaviour userBehaviour, String conceptURI)
           
 
Method Summary
 boolean equals(Object o)
           
 String getConceptURI()
           
 String getUserBehaviourURI()
           
 Integer getUserID()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TmpStatisticsKey

public TmpStatisticsKey(Integer userID,
                        UserBehaviour userBehaviour,
                        String conceptURI)
Method Detail

getConceptURI

public String getConceptURI()

getUserBehaviourURI

public String getUserBehaviourURI()

getUserID

public Integer getUserID()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object