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übersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungbooleangetGroup()Gets the group side of this association entrylonggetId()Gets the database id of this association entrygetUser()Gets the user side of this association entryinthashCode()voidSets the group side of this association entryvoidsetId(long id) Sets the database id of this association entryvoidSets the user side of this association entry
- 
Konstruktordetails- 
GroupMemberpublic GroupMember()
 
- 
- 
Methodendetails- 
getIdpublic long getId()Gets the database id of this association entry- Gibt zurück:
- the id
 
- 
setIdpublic void setId(long id) Sets the database id of this association entry- Parameter:
- id- the id to set
 
- 
getUserGets the user side of this association entry- Gibt zurück:
- the user
 
- 
setUserSets the user side of this association entry- Parameter:
- user- the user to set
 
- 
getGroupGets the group side of this association entry- Gibt zurück:
- the group
 
- 
setGroupSets the group side of this association entry- Parameter:
- group- the group to set
 
- 
hashCodepublic int hashCode()
- 
equals
 
-