Klasse GroupMember

java.lang.Object
de.dlr.proseo.usermgr.model.GroupMember

@Entity public class GroupMember extends Object
Stores the association between users and groups
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • GroupMember

      public GroupMember()
  • Methodendetails

    • getId

      public long getId()
      Gets the database id of this association entry
      Gibt zurück:
      the id
    • setId

      public void setId(long id)
      Sets the database id of this association entry
      Parameter:
      id - the id to set
    • getUser

      public User getUser()
      Gets the user side of this association entry
      Gibt zurück:
      the user
    • setUser

      public void setUser(User user)
      Sets the user side of this association entry
      Parameter:
      user - the user to set
    • getGroup

      public Group getGroup()
      Gets the group side of this association entry
      Gibt zurück:
      the group
    • setGroup

      public void setGroup(Group group)
      Sets the group side of this association entry
      Parameter:
      group - the group to set
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object