public abstract class Entity<B extends Blueprint,U extends AbstractElement.Update> extends AbstractElement<B,U>
| Modifier and Type | Class and Description |
|---|---|
static class |
Entity.Blueprint
Base class for the blueprint types of concrete subclasses.
|
AbstractElement.Update, AbstractElement.Updater<U extends AbstractElement.Update,E extends AbstractElement<?,U>>ID_PROPERTY, properties| Modifier and Type | Method and Description |
|---|---|
protected void |
appendToString(StringBuilder toStringBuilder)
Use this to append additional information to the string representation of this instance
returned from the (final)
toString(). |
String |
toString() |
accept, equals, getId, getPath, getProperties, hashCode, update, valueOrDefaultprotected void appendToString(StringBuilder toStringBuilder)
toString().
Generally, one should call the super method first and then only add additional information to the builder.
toStringBuilder - the builder to append stuff to.Copyright © 2015 Red Hat, Inc.. All rights reserved.