Package de.dlr.proseo.usermgr.rest.model
Klasse RestGroup
java.lang.Object
de.dlr.proseo.usermgr.rest.model.RestGroup
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe authorities granted to this user group (filtered by mission)protected String
The (unique) name of the group, consisting of the mission code, a hyphen ("-") and the actual group nameprotected Long
The persistent id of user group(Package privat) static final long
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the authorities.@NotNull String
Returns the groupname.getId()
Returns the id.int
hashCode()
void
setAuthorities
(List<String> authorities) Set the authorities.void
setGroupname
(String groupname) Set the groupname.void
Set the id.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
The persistent id of user group -
groupname
The (unique) name of the group, consisting of the mission code, a hyphen ("-") and the actual group name -
authorities
The authorities granted to this user group (filtered by mission)
-
-
Konstruktordetails
-
RestGroup
public RestGroup()Creates a new RestGroup. -
RestGroup
Creates a new RestGroup.
-
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id
- the new id
-
getGroupname
Returns the groupname.- Gibt zurück:
- groupname
-
setGroupname
Set the groupname.- Parameter:
groupname
- the new groupname
-
getAuthorities
Returns the authorities.- Gibt zurück:
- authorities
-
setAuthorities
Set the authorities.- Parameter:
authorities
- the new authorities
-
hashCode
public int hashCode() -
equals
-
toString
-