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()
ATTENTION:
For being type-safe please use TransferObjectUtilLimited.clone(AbstractTransferObject) instead. |
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()
TransferObjectUtilLimited.clone(AbstractTransferObject) instead.protected void toString(StringBuilder buffer)
toString() logic. Override to add additional information.buffer - is the StringBuilder where to append the string
representation.Copyright © 2001–2016 mmm-Team. All rights reserved.