dekoh.portal.fwk.persistence
Class Share.BuddyVisitEvent
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Share.BuddyVisitEvent
public Share.BuddyVisitEvent(Buddy vistedBuddy,
Share visitedShare,
Timestamp visitedTime)
getVistedBuddy
public Buddy getVistedBuddy()
getVisitedTime
public Timestamp getVisitedTime()
getVisitedShare
public Share getVisitedShare()
© 2009 Pramati Technologies - Dekoh - Portal for Developers