public class BaseEntity extends AbstractAttributeStore implements Entity
Entity.| Constructor and Description |
|---|
BaseEntity(Entity entity)
Copy constructor.
|
BaseEntity(EntityIdentifier identifier,
Iterable<? extends Attribute> attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EntityIdentifier |
getIdentifier() |
String |
getType() |
int |
hashCode() |
String |
toString() |
contains, get, getAttributes, getAttributes, keys, sizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontains, get, getAttributes, getAttributes, keys, sizepublic BaseEntity(EntityIdentifier identifier, Iterable<? extends Attribute> attributes)
public BaseEntity(Entity entity)
public String getId()
getId in interface Identifiablepublic EntityIdentifier getIdentifier()
getIdentifier in interface Entitypublic boolean equals(Object o)
equals in class AbstractAttributeStorepublic int hashCode()
hashCode in class AbstractAttributeStoreCopyright © 2018 Calrissian. All rights reserved.