Package de.dlr.proseo.usermgr.model
Klasse Group
java.lang.Object
de.dlr.proseo.usermgr.model.Group
A group of users
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Gets the authorities granted to members of this groupGets the members of this groupGets the group namelong
getId()
Gets the group IDint
hashCode()
void
setGroupAuthorities
(Set<GroupAuthority> groupAuthorities) Sets the authorities granted to members of this groupvoid
setGroupMembers
(Set<GroupMember> groupMembers) Sets the members of this groupvoid
setGroupName
(String groupName) Sets the group namevoid
setId
(long id) Sets the group ID
-
Konstruktordetails
-
Group
public Group()
-
-
Methodendetails
-
getId
public long getId()Gets the group ID- Gibt zurück:
- the id
-
setId
public void setId(long id) Sets the group ID- Parameter:
id
- the id to set
-
getGroupName
Gets the group name- Gibt zurück:
- the group name
-
setGroupName
Sets the group name- Parameter:
groupName
- the group name to set
-
getGroupMembers
Gets the members of this group- Gibt zurück:
- a set of users
-
setGroupMembers
Sets the members of this group- Parameter:
groupMembers
- the group members to set
-
getGroupAuthorities
Gets the authorities granted to members of this group- Gibt zurück:
- the group authorities
-
setGroupAuthorities
Sets the authorities granted to members of this group- Parameter:
groupAuthorities
- the group authorities to set
-
hashCode
public int hashCode() -
equals
-