public abstract class AbstractTo extends Object implements Serializable
ETO
or CTO
they should carry the according suffixes
Eto
or Cto
. Otherwise subclasses should carry the suffix To
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AbstractTo()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
protected void |
toString(StringBuilder buffer)
Method to extend
toString() logic. |
private static final long serialVersionUID
protected void toString(StringBuilder buffer)
toString()
logic. Override to add additional information.buffer
- is the StringBuilder
where to append
the string
representation.Copyright © 2014–2019 devon4j-Team. All rights reserved.