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, toString
public DBRecordContainer(R dbo)
public R getRecord()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DBRecordContainer clone()
clone
in class TransferableObject
public DBRecordContainer deepClone()
DeepCloneable
deepClone
in interface DeepCloneable
deepClone
in class TransferableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.