public abstract class MasterCto<E extends AbstractEto> extends AbstractCto
CTO that holds a master ETO
together with other related TOs defined by its concrete sub-class.| Modifier and Type | Field and Description |
|---|---|
private E |
eto |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MasterCto() |
| Modifier and Type | Method and Description |
|---|---|
E |
getEto() |
void |
setEto(E master) |
protected void |
toString(StringBuilder buffer)
Method to extend
AbstractTo.toString() logic. |
toStringprivate static final long serialVersionUID
private E extends AbstractEto eto
protected void toString(StringBuilder buffer)
AbstractToAbstractTo.toString() logic. Override to add additional information.toString in class AbstractTobuffer - is the StringBuilder where to append the string
representation.Copyright © 2014–2019 devon4j-Team. All rights reserved.