public abstract class AbstractTransferObject extends Object implements TransferObject, Cloneable
TransferObject. It already contains a small and simple
infrastructure for cloning, equals(Object) and hashCode() as well as
toString().| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AbstractTransferObject()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTransferObject |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
protected void |
toString(StringBuilder buffer)
Method to extend
toString() logic. |
private static final long serialVersionUID
public AbstractTransferObject clone()
protected void toString(StringBuilder buffer)
toString() logic. Override to add additional information.buffer - is the StringBuilder where to append the
string representation.Copyright © 2001–2018 mmm-Team. All rights reserved.