Class Chatlineusers

Object
Chatlineusers

@Entity public class Chatlineusers extends Object
  • Constructor Details

    • Chatlineusers

      public Chatlineusers()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getChatline

      public Chatline getChatline()
    • getUser

      public User getUser()
    • setChatline

      public void setChatline(Chatline chatline)
    • setUser

      public void setUser(User user)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object