public class AbstractGroup extends TransferableObject implements Group
COMMENT, GID, GROUP_NAME, groupsDocType| Constructor and Description |
|---|
AbstractGroup(int gid,
java.lang.String groupName,
java.lang.String comment) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
AbstractGroup |
copy()
Returns a deep clone of this object
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getComment() |
int |
getGID() |
java.lang.String |
getGroupName()
Returns the unique group name.
|
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
int |
hashCode() |
void |
setComment(java.lang.String comment) |
void |
setGID(int gid) |
void |
setGroupName(java.lang.String name) |
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 comment)
public javax.swing.Icon getRenderIcon()
getRenderIcon in interface Renderablepublic java.awt.Color getRenderColor()
getRenderColor in interface Renderablepublic java.lang.String getRenderText()
getRenderText in interface Renderablepublic java.lang.String getGroupName()
GroupgetGroupName in interface Grouppublic void setGroupName(java.lang.String name)
setGroupName in interface Grouppublic java.lang.String getComment()
getComment in interface Grouppublic void setComment(java.lang.String comment)
setComment in interface Grouppublic AbstractGroup copy()
DeepCloneablecopy in interface DeepCloneablecopy in interface Groupcopy in class TransferableObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2013 EsprIT-Systems. All Rights Reserved.