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 TypMethodeBeschreibungbooleanGets the authorities granted to members of this groupGets the members of this groupGets the group namelonggetId()Gets the group IDinthashCode()voidsetGroupAuthorities(Set<GroupAuthority> groupAuthorities) Sets the authorities granted to members of this groupvoidsetGroupMembers(Set<GroupMember> groupMembers) Sets the members of this groupvoidsetGroupName(String groupName) Sets the group namevoidsetId(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
-