Class Friend

java.lang.Object
projectplayground.domains.Friend

public class Friend
extends java.lang.Object
class to map the friends list to the
  • Field Summary

    Fields
    Modifier and Type Field Description
    User friend  
    User user  
  • Constructor Summary

    Constructors
    Constructor Description
    Friend()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • user

      public User user
    • friend

      public User friend
  • Constructor Details

    • Friend

      public Friend()