public class DBRecordContainer<R extends DBRecord> extends TransferableObject
| Constructor and Description |
|---|
DBRecordContainer(R dbo) |
| Modifier and Type | Method and Description |
|---|---|
DBRecordContainer |
clone() |
DBRecordContainer |
deepClone()
Returns a deep clone of this object
|
boolean |
equals(java.lang.Object obj) |
R |
getRecord() |
int |
hashCode() |
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.
|
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic DBRecordContainer(R dbo)
public R getRecord()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic DBRecordContainer clone()
clone in class TransferableObjectpublic DBRecordContainer deepClone()
DeepCloneabledeepClone in interface DeepCloneabledeepClone in class TransferableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.