Dekoh platform API

dekoh.portal.fwk.persistence
Class Share.BuddyVisitEvent

java.lang.Object
  extended by dekoh.portal.fwk.persistence.Share.BuddyVisitEvent
Enclosing class:
Share

public static class Share.BuddyVisitEvent
extends Object

Describes a buddy's visit to a share.

Visit to a share can be recorded by calling recordBuddyVisit.

Recent visits to a share are retrieved by calling getRecentBuddyShareVisits method.


Constructor Summary
Share.BuddyVisitEvent(Buddy vistedBuddy, Share visitedShare, Timestamp visitedTime)
           
 
Method Summary
 Share getVisitedShare()
           
 Timestamp getVisitedTime()
           
 Buddy getVistedBuddy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Share.BuddyVisitEvent

public Share.BuddyVisitEvent(Buddy vistedBuddy,
                             Share visitedShare,
                             Timestamp visitedTime)
Method Detail

getVistedBuddy

public Buddy getVistedBuddy()

getVisitedTime

public Timestamp getVisitedTime()

getVisitedShare

public Share getVisitedShare()

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers