public abstract class EnvironmentBasedEntity<B extends Entity.Blueprint,U extends AbstractElement.Update> extends TenantBasedEntity<B,U>
Entity.BlueprintAbstractElement.Update, AbstractElement.Updater<U extends AbstractElement.Update,E extends AbstractElement<?,U>>id, 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)
Entity.toString(). |
boolean |
equals(Object o) |
String |
getEnvironmentId() |
int |
hashCode() |
getTenantIdgetId, getProperties, update, valueOrDefaultpublic String getEnvironmentId()
public boolean equals(Object o)
equals in class TenantBasedEntity<B extends Entity.Blueprint,U extends AbstractElement.Update>public int hashCode()
hashCode in class TenantBasedEntity<B extends Entity.Blueprint,U extends AbstractElement.Update>protected void appendToString(StringBuilder toStringBuilder)
EntityEntity.toString().
Generally, one should call the super method first and then only add additional information to the builder.
appendToString in class TenantBasedEntity<B extends Entity.Blueprint,U extends AbstractElement.Update>toStringBuilder - the builder to append stuff to.Copyright © 2015 Red Hat, Inc.. All rights reserved.