public abstract class AbstractGroup extends TransferableObject implements Group
Group objectcommentKey, displayNameKey, gidKey, groupNameKey, groupsDocType| Constructor and Description |
|---|
AbstractGroup(int gid,
java.lang.String groupName,
java.lang.String displayName,
java.lang.String comment) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
AbstractGroup |
deepClone()
Returns a deep clone of this object
|
boolean |
equals(java.lang.Object obj) |
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.
|
java.lang.String |
getPersistentName()
Returns the String value to be stored in the database or file.
|
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
int |
hashCode() |
void |
setComment(java.lang.String comment) |
void |
setDisplayName(java.lang.String displayName) |
void |
setGID(int gid) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
cloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waittoDumpString, toStringpublic AbstractGroup(int gid,
java.lang.String groupName,
java.lang.String displayName,
java.lang.String comment)
public java.lang.String getDisplayName()
GroupgetDisplayName in interface Grouppublic final java.lang.String getPersistentName()
PersistentNamegetPersistentName in interface PersistentNamepublic final java.lang.String getGroupName()
GroupgetGroupName in interface Grouppublic final void setDisplayName(java.lang.String displayName)
setDisplayName in interface Grouppublic final java.lang.String getComment()
getComment in interface Grouppublic final void setComment(java.lang.String comment)
setComment in interface Grouppublic javax.swing.Icon getRenderIcon()
getRenderIcon in interface Renderablepublic java.lang.String getRenderText()
getRenderText in interface Renderablepublic java.awt.Color getRenderColor()
getRenderColor in interface Renderablepublic final int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic AbstractGroup deepClone()
DeepCloneabledeepClone in interface DeepCloneabledeepClone in interface GroupdeepClone in class TransferableObjectpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.