public interface Group extends java.io.Serializable, Dumpable, java.lang.Cloneable, java.lang.Comparable, EspritPermissionOwner
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
commentKey |
static java.lang.String |
displayNameKey |
static java.lang.String |
gidKey |
static java.lang.String |
groupNameKey |
static java.lang.String |
groupsDocType |
Modifier and Type | Method and Description |
---|---|
Group |
deepClone()
Returns a copy of this Group object.
|
java.lang.String |
getComment() |
java.lang.String |
getDisplayName()
Returns the display-name of the group
This may be a more speaking name as the groupName.
|
int |
getGID() |
java.lang.String |
getGroupName()
Returns the unique group name.
|
void |
setComment(java.lang.String comment) |
void |
setDisplayName(java.lang.String newName) |
void |
setGID(int gid) |
toDumpString, toDumpString, toString, toString
getPersistentName
getRenderColor, getRenderIcon, getRenderText
static final java.lang.String groupsDocType
static final java.lang.String gidKey
static final java.lang.String groupNameKey
static final java.lang.String displayNameKey
static final java.lang.String commentKey
int getGID()
void setGID(int gid)
java.lang.String getGroupName()
java.lang.String getDisplayName()
void setDisplayName(java.lang.String newName)
java.lang.String getComment()
void setComment(java.lang.String comment)
Group deepClone()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.