public abstract class AbstractPrimaryKey extends TransferableObject implements PrimaryKey
PrimaryKey implementations| Constructor and Description |
|---|
AbstractPrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object otherObj) |
boolean |
equals(java.lang.Object otherObj) |
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
java.lang.String |
getResourceName()
Returns a unique String used for locking the resource
|
ResourceType |
getResourceType()
Tells what resource type should be locked for this PK
|
java.lang.Object |
getValue()
Convenience Method for returning the first element of the primary key.
|
int |
hashCode()
Returns the hashCode of the ABO class-name.
|
boolean |
isSingleton()
Tells whether this key must only contain a type field
|
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.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetABOClassName, getValues, setValuestoDumpString, toStringpublic java.lang.String getRenderText()
getRenderText in interface Renderablepublic java.lang.String getResourceName()
PrimaryKeygetResourceName in interface PrimaryKeypublic javax.swing.Icon getRenderIcon()
getRenderIcon in interface Renderablepublic java.awt.Color getRenderColor()
getRenderColor in interface Renderablepublic boolean isSingleton()
PrimaryKeyisSingleton in interface PrimaryKeypublic ResourceType getResourceType()
PrimaryKeygetResourceType in interface PrimaryKeypublic final int compareTo(java.lang.Object otherObj)
compareTo in interface java.lang.Comparablepublic final boolean equals(java.lang.Object otherObj)
equals in class java.lang.Objectpublic final java.lang.Object getValue()
PrimaryKeygetValue in interface PrimaryKeypublic final int hashCode()
hashCode in class java.lang.Objectpublic 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.