public class UserGroup extends Object implements Serializable, Mapable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
domain |
protected int |
id |
protected boolean |
isAdmin |
protected String |
name |
protected int |
prio |
| Constructor and Description |
|---|
UserGroup(int id,
String name,
String domain)
Creates a new UserGroup object.
|
UserGroup(int id,
String name,
String domain,
String description,
int prio)
Creates a new UserGroup object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
constructKey(Mapable m)
DOCUMENT ME!
|
boolean |
equals(Object ug) |
String |
getDomain()
DOCUMENT ME!
|
int |
getId()
Getter for property id.
|
Object |
getKey()
DOCUMENT ME!
|
String |
getName()
DOCUMENT ME!
|
int |
getPrio()
DOCUMENT ME!
|
boolean |
isAdmin()
DOCUMENT ME!
|
static Object[] |
parseKey(String classKey)
DOCUMENT ME!
|
void |
setIsAdmin(boolean isAdmin)
Setter for property isAdmin.
|
String |
toString() |
protected int id
protected String domain
protected String name
protected String description
protected int prio
protected boolean isAdmin
public UserGroup(int id,
String name,
String domain)
id - DOCUMENT ME!name - DOCUMENT ME!domain - DOCUMENT ME!public final String getName()
public final boolean isAdmin()
public String getDomain()
public void setIsAdmin(boolean isAdmin)
isAdmin - New value of property isAdmin.public Object constructKey(Mapable m)
MapableconstructKey in interface Mapablem - DOCUMENT ME!public int getId()
public int getPrio()
Copyright © 2012–2026 cismet GmbH. All rights reserved.