Package de.dlr.proseo.usermgr.model
Klasse GroupMember
java.lang.Object
de.dlr.proseo.usermgr.model.GroupMember
Stores the association between users and groups
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
getGroup()
Gets the group side of this association entrylong
getId()
Gets the database id of this association entrygetUser()
Gets the user side of this association entryint
hashCode()
void
Sets the group side of this association entryvoid
setId
(long id) Sets the database id of this association entryvoid
Sets the user side of this association entry
-
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
Gets the user side of this association entry- Gibt zurück:
- the user
-
setUser
Sets the user side of this association entry- Parameter:
user
- the user to set
-
getGroup
Gets the group side of this association entry- Gibt zurück:
- the group
-
setGroup
Sets the group side of this association entry- Parameter:
group
- the group to set
-
hashCode
public int hashCode() -
equals
-