public class ESModelElementIdImpl extends AbstractAPIImpl<ESModelElementIdImpl,ModelElementId> implements ESModelElementId
ESModelElementId and ModelElementId.| Constructor and Description |
|---|
ESModelElementIdImpl(ModelElementId modelElementId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
Returns the actual identifier as a string.
|
int |
hashCode() |
void |
setId(String id)
Sets the ID.
|
toInternalAPIpublic ESModelElementIdImpl(ModelElementId modelElementId)
modelElementId - the ModelElementId to be wrappedpublic String getId()
getId in interface ESUniqueIdentifierESUniqueIdentifier.getId()public void setId(String id)
id - the ID to be setpublic boolean equals(Object obj)
equals in class AbstractAPIImpl<ESModelElementIdImpl,ModelElementId>Object.equals(java.lang.Object)public int hashCode()
hashCode in class AbstractAPIImpl<ESModelElementIdImpl,ModelElementId>Object.hashCode()Copyright © 2017. All rights reserved.